diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/node_modules/gitbook-plugin-dep1/package.json | 10 | ||||
-rw-r--r-- | test/node_modules/gitbook-plugin-dep2/package.json | 7 |
2 files changed, 17 insertions, 0 deletions
diff --git a/test/node_modules/gitbook-plugin-dep1/package.json b/test/node_modules/gitbook-plugin-dep1/package.json new file mode 100644 index 0000000..908ca02 --- /dev/null +++ b/test/node_modules/gitbook-plugin-dep1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gitbook-plugin-dep1", + "version": "1.0.0", + "engines": { + "gitbook": "*" + }, + "dependencies": { + "gitbook-plugin-dep2": "*" + } +}
\ No newline at end of file diff --git a/test/node_modules/gitbook-plugin-dep2/package.json b/test/node_modules/gitbook-plugin-dep2/package.json new file mode 100644 index 0000000..2046f5d --- /dev/null +++ b/test/node_modules/gitbook-plugin-dep2/package.json @@ -0,0 +1,7 @@ +{ + "name": "gitbook-plugin-dep2", + "version": "1.0.0", + "engines": { + "gitbook": "*" + } +}
\ No newline at end of file |