[Pkg-javascript-commits] [backbone] 71/173: trust npm to set up $PATH

Jonas Smedegaard dr at jones.dk
Wed Aug 31 07:44:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository backbone.

commit 421ccec7dff037a8e057595fa3c1cf4107fccd97
Author: Craig Martin <cmartin at onshift.com>
Date:   Fri Dec 11 15:43:11 2015 -0500

    trust npm to set up $PATH
    
    npm automatically sets up $PATH to look in node_modules/.bin
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 85a91cf..85e5d04 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
     "uglify-js": "^2.4.17"
   },
   "scripts": {
-    "test": "./node_modules/karma/bin/karma start && coffee test/model.coffee",
+    "test": "karma start && coffee test/model.coffee",
     "build": "uglifyjs backbone.js --mangle --source-map backbone-min.map -o backbone-min.js",
     "doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localStorage.js",
     "lint": "jsl -nofilelisting -nologo -conf docs/jsl.conf -process backbone.js"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list