summaryrefslogtreecommitdiff
path: root/deps/npm/test/packages/npm-test-dir-bin/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/packages/npm-test-dir-bin/package.json')
-rw-r--r--deps/npm/test/packages/npm-test-dir-bin/package.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/npm/test/packages/npm-test-dir-bin/package.json b/deps/npm/test/packages/npm-test-dir-bin/package.json
deleted file mode 100644
index 1ea26323fd..0000000000
--- a/deps/npm/test/packages/npm-test-dir-bin/package.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{ "name":"npm-test-dir-bin"
-, "version":"1.2.5"
-, "directories": { "bin": "./bin" }
-, "scripts": { "test": "node test.js" } }