Add wintersmith dependency.

This commit is contained in:
Brendan Dahl 2014-04-09 12:21:28 -07:00
parent e0ab9c671f
commit 1ceac04351

View File

@ -5,6 +5,9 @@
"jshint": "2.4.x", "jshint": "2.4.x",
"yargs": "~1.2.1" "yargs": "~1.2.1"
}, },
"devDependencies": {
"wintersmith": "2.0.x"
},
"scripts": { "scripts": {
"test": "node make lint" "test": "node make lint"
}, },