Merge pull request #10 from wookiecooking/master

Closes issue #7 about Windows compatibility for tests.
This commit is contained in:
Brad Metcalf 2015-04-01 22:00:55 -05:00
commit db1a6b4792

View file

@ -6,7 +6,7 @@
"express":"4.*.*"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"
"test":"node ./node_modules/gulp/bin/gulp.js test"
},
"devDependencies": {
"mocha": "1.*",