diff options
Diffstat (limited to 'cli/compat/testdata/subpath/node_modules')
-rw-r--r-- | cli/compat/testdata/subpath/node_modules/foo/index.js | 0 | ||||
-rw-r--r-- | cli/compat/testdata/subpath/node_modules/foo/package.json | 4 | ||||
-rw-r--r-- | cli/compat/testdata/subpath/node_modules/foo/server.js | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/cli/compat/testdata/subpath/node_modules/foo/index.js b/cli/compat/testdata/subpath/node_modules/foo/index.js new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/cli/compat/testdata/subpath/node_modules/foo/index.js diff --git a/cli/compat/testdata/subpath/node_modules/foo/package.json b/cli/compat/testdata/subpath/node_modules/foo/package.json new file mode 100644 index 000000000..26f2d565a --- /dev/null +++ b/cli/compat/testdata/subpath/node_modules/foo/package.json @@ -0,0 +1,4 @@ +{ + "name": "foo", + "main": "index.js" +}
\ No newline at end of file diff --git a/cli/compat/testdata/subpath/node_modules/foo/server.js b/cli/compat/testdata/subpath/node_modules/foo/server.js new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/cli/compat/testdata/subpath/node_modules/foo/server.js |