Skip to content

Commit efa3970

Browse files
author
chrisdecoster
committed
Remove unused node-jasmine-async dependency from the package.json. Change the test command to be explicit with running jasmine-node bin in appveyor.
1 parent e383c63 commit efa3970

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"es6ify"
1616
],
1717
"scripts": {
18-
"test": "jasmine-node test"
18+
"test": "node ./node_modules/jasmine-node/bin/jasmine-node test"
1919
},
2020
"author": "Ben Holloway, Chris Decoster, Brendan Graetz",
2121
"license": "MIT",
@@ -99,7 +99,6 @@
9999
"yargs": "latest"
100100
},
101101
"devDependencies": {
102-
"jasmine-node": "latest",
103-
"node-jasmine-async": "^0.1.0"
102+
"jasmine-node": "latest"
104103
}
105104
}

0 commit comments

Comments
 (0)