diff options
Diffstat (limited to 'test/node_modules/gitbook-plugin-test-config/package.json')
-rw-r--r-- | test/node_modules/gitbook-plugin-test-config/package.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/node_modules/gitbook-plugin-test-config/package.json b/test/node_modules/gitbook-plugin-test-config/package.json deleted file mode 100644 index 74bb953..0000000 --- a/test/node_modules/gitbook-plugin-test-config/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "gitbook-plugin-test-config", - "version": "1.0.0", - "engines": { - "gitbook": "*" - }, - "gitbook": { - "properties": { - "myProperty": { - "type": "string", - "required": true, - "title": "This is a required property" - }, - "myDefaultProperty": { - "type": "string", - "default": "hello", - "title": "This is a required property" - } - } - } -}
\ No newline at end of file |