[Pkg-javascript-commits] [sockjs-client] 274/350: Remove explicit paths in package.json scripts
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:04:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit 4a93dbfcdbd389d92e9e14985175433315fe5007
Author: Bryce Kahle <bkahle at gmail.com>
Date: Mon Dec 8 13:04:43 2014 -0500
Remove explicit paths in package.json scripts
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 66cf81d..4691446 100644
--- a/package.json
+++ b/package.json
@@ -63,8 +63,8 @@
},
"scripts": {
"test": "make test",
- "test_local": "./node_modules/.bin/zuul --local 9090 -- tests/browser.js",
- "zuul": "./node_modules/.bin/zuul -- tests/browser.js",
- "gulp": "./node_modules/.bin/gulp"
+ "test_local": "zuul --local 9090 -- tests/browser.js",
+ "zuul": "zuul -- tests/browser.js",
+ "gulp": "gulp"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list