Add npm script tage the Travis automatically executes
Set targets to lint, and quint for when the testing is implemented
This commit is contained in:
parent
7fd9cfabf2
commit
0ac4d5b7db
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "~0.8.0"
|
"node": "~0.8.0"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "grunt lint qunit"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"underscore" : "~1.3.3",
|
"underscore" : "~1.3.3",
|
||||||
"express" : "~2.5.9",
|
"express" : "~2.5.9",
|
||||||
|
|
Loading…
Reference in a new issue