diff options
Diffstat (limited to 'deps/npm/test/disabled/change-bin-1/package.json')
-rw-r--r-- | deps/npm/test/disabled/change-bin-1/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/npm/test/disabled/change-bin-1/package.json b/deps/npm/test/disabled/change-bin-1/package.json new file mode 100644 index 0000000000..0d82f3afa3 --- /dev/null +++ b/deps/npm/test/disabled/change-bin-1/package.json @@ -0,0 +1,3 @@ +{"name":"npm-test-change-bin" +,"version":"1.2.3" +,"directories":{"bin":"./bin"}} |