diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-04-30 22:06:16 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-04-30 22:06:16 +0200 |
commit | c1d53ec11fbe085932df911bda5686b7bf671f53 (patch) | |
tree | 97ae6db641eb79ec9b061af136a0b2e3c549db55 /test/node_modules/gitbook-plugin-test-config | |
parent | 36b49c66c6b75515bc84dd678fd52121a313e8d2 (diff) | |
download | gitbook-c1d53ec11fbe085932df911bda5686b7bf671f53.zip gitbook-c1d53ec11fbe085932df911bda5686b7bf671f53.tar.gz gitbook-c1d53ec11fbe085932df911bda5686b7bf671f53.tar.bz2 |
Switch parsers to a model
Diffstat (limited to 'test/node_modules/gitbook-plugin-test-config')
-rw-r--r-- | test/node_modules/gitbook-plugin-test-config/index.js | 1 | ||||
-rw-r--r-- | test/node_modules/gitbook-plugin-test-config/package.json | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/test/node_modules/gitbook-plugin-test-config/index.js b/test/node_modules/gitbook-plugin-test-config/index.js deleted file mode 100644 index f053ebf..0000000 --- a/test/node_modules/gitbook-plugin-test-config/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {}; 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 |