projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd9cfa
)
Add npm script tage the Travis automatically executes
author
Nick Schonning
<nschonni@gmail.com>
Mon, 21 Jan 2013 20:28:46 +0000
(15:28 -0500)
committer
Nick Schonning
<nschonni@gmail.com>
Mon, 21 Jan 2013 20:28:46 +0000
(15:28 -0500)
Set targets to lint, and quint for when the testing is implemented
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index 44289a27daf950d08d6235aade6ff54bb18fdb2e..5eceba50acc07998f314ee11573373e50fbba348 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-15,6
+15,9
@@
"engines": {
"node": "~0.8.0"
},
+ "scripts": {
+ "test": "grunt lint qunit"
+ },
"dependencies": {
"underscore" : "~1.3.3",
"express" : "~2.5.9",