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:
0ac4d5b
)
Add grunt as a dev dependency
author
Nick Schonning
<nschonni@gmail.com>
Mon, 21 Jan 2013 20:46:23 +0000
(15:46 -0500)
committer
Nick Schonning
<nschonni@gmail.com>
Mon, 21 Jan 2013 20:46:23 +0000
(15:46 -0500)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index 5eceba50acc07998f314ee11573373e50fbba348..ee73ff9cd50471c452105bcc3a44aa77d2ace3ef 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-25,6
+25,7
@@
"mustache" : "~0.4.0"
},
"devDependencies": {
- "grunt-contrib-mincss": "~0.3.1"
+ "grunt-contrib-mincss": "~0.3.1",
+ "grunt": "~0.3.17"
}
}