Updated package.json to use the symlinked jasmine binary
Signed-off-by: Alexander Mays <maysale01@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
"jasmine": "^2.3.2"
|
"jasmine": "^2.3.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "TESTING=1 jasmine"
|
"test": "TESTING=1 ./node_modules/.bin/jasmine"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4.1"
|
"node": ">=4.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user