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>2011-02-23 05:02:58 +0300
committerisaacs <i@izs.me>2011-02-23 05:02:58 +0300
commit0c03b68597a7b03609c06c95a84546e43aa7dc8a (patch)
treec21fec45fb9e1cb570af3fb001f5ec7ae790cb04 /test
parent06f5ec5356ac0d666c8a9cb55c8c2bde3d7f0109 (diff)
worksforme?
Diffstat (limited to 'test')
-rw-r--r--test/disabled/startstop/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/disabled/startstop/package.json b/test/disabled/startstop/package.json
new file mode 100644
index 000000000..bee2a2fd3
--- /dev/null
+++ b/test/disabled/startstop/package.json
@@ -0,0 +1,3 @@
+{"name":"startstop"
+,"version":"1.2.3"
+,"scripts":{"start":"echo 'start'","stop":"echo 'stop'"}}