mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Add jasmine-node to package scripts
This commit is contained in:
parent
5106bd5390
commit
e98d60fa7d
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
|||
"brunch": "brunch",
|
||||
"bower": "bower",
|
||||
"dev": "brunch watch --server",
|
||||
"nodemon": "nodemon"
|
||||
"nodemon": "nodemon",
|
||||
"jasmine-node": "jasmine-node"
|
||||
},
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in a new issue