Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-19 20:59:22 +0400
committerisaacs <i@izs.me>2012-03-19 20:59:22 +0400
commit0a04ca3df4e65714a3746ca0963b135399d0c4b6 (patch)
treefaba3e9934f8e08f608050e6c599e9ba535f36a9 /test
parent7d5eb6c1e505be1724f4a7fb84574951d1c8b17e (diff)
include .npmignore files used by tests
Diffstat (limited to 'test')
-rw-r--r--test/packages/npm-test-files/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/packages/npm-test-files/package.json b/test/packages/npm-test-files/package.json
index 7c067828e..2afa12dc5 100644
--- a/test/packages/npm-test-files/package.json
+++ b/test/packages/npm-test-files/package.json
@@ -5,5 +5,6 @@
, "sub/include"
, "sub/include2"
, "sub/include4"
- , "test.sh" ]
+ , "test.sh"
+ , ".npmignore" ]
, "scripts":{"test":"bash test.sh"}}