summaryrefslogtreecommitdiffstats
path: root/test/plugins/config
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugins/config')
-rw-r--r--test/plugins/config/index.js1
-rw-r--r--test/plugins/config/package.json21
2 files changed, 0 insertions, 22 deletions
diff --git a/test/plugins/config/index.js b/test/plugins/config/index.js
deleted file mode 100644
index f053ebf..0000000
--- a/test/plugins/config/index.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = {};
diff --git a/test/plugins/config/package.json b/test/plugins/config/package.json
deleted file mode 100644
index 03ef744..0000000
--- a/test/plugins/config/package.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "gitbook-plugin-testconfig",
- "description": "Test plugin configuration",
- "main": "index.js",
- "version": "0.0.1",
- "engines": {
- "gitbook": "*"
- },
- "gitbook": {
- "properties": {
- "hello": {
- "type": "string",
- "default": "world"
- },
- "testRequired": {
- "type": "number",
- "required": true
- }
- }
- }
-} \ No newline at end of file