diff options
Diffstat (limited to 'deps/npm/test/tap/lifecycle-path/package.json')
-rw-r--r-- | deps/npm/test/tap/lifecycle-path/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/test/tap/lifecycle-path/package.json b/deps/npm/test/tap/lifecycle-path/package.json new file mode 100644 index 0000000000..42e792e467 --- /dev/null +++ b/deps/npm/test/tap/lifecycle-path/package.json @@ -0,0 +1 @@ +{"name":"glorb","version":"1.2.3","scripts":{"path":"./node-bin/node print-path.js"}} |