summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/startstop.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/startstop.js')
-rw-r--r--deps/npm/test/tap/startstop.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/test/tap/startstop.js b/deps/npm/test/tap/startstop.js
index b17a303c82..0e9d2d9402 100644
--- a/deps/npm/test/tap/startstop.js
+++ b/deps/npm/test/tap/startstop.js
@@ -16,8 +16,8 @@ var json = {
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\')"'
}
}