summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/startstop/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/startstop/package.json')
-rw-r--r--deps/npm/test/tap/startstop/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/test/tap/startstop/package.json b/deps/npm/test/tap/startstop/package.json
index 3be0cf3752..08a6547ebb 100644
--- a/deps/npm/test/tap/startstop/package.json
+++ b/deps/npm/test/tap/startstop/package.json
@@ -1,7 +1,7 @@
{"name":"startstop"
,"version":"1.2.3"
,"scripts":{
- "start":"node -e 'console.log(\"start\")'",
- "stop":"node -e 'console.log(\"stop\")'"
+ "start":"node -e \"console.log('start')\"",
+ "stop":"node -e \"console.log('stop')\""
}
}