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, 0 insertions, 4 deletions
diff --git a/cli/compat/testdata/subpath/node_modules/foo/index.js b/cli/compat/testdata/subpath/node_modules/foo/index.js deleted file mode 100644 index e69de29bb..000000000 --- a/cli/compat/testdata/subpath/node_modules/foo/index.js +++ /dev/null diff --git a/cli/compat/testdata/subpath/node_modules/foo/package.json b/cli/compat/testdata/subpath/node_modules/foo/package.json deleted file mode 100644 index 26f2d565a..000000000 --- a/cli/compat/testdata/subpath/node_modules/foo/package.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "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 deleted file mode 100644 index e69de29bb..000000000 --- a/cli/compat/testdata/subpath/node_modules/foo/server.js +++ /dev/null |