Skip to content

Commit f154198

Browse files
committed
Merge pull request #8 from apibyexample/nick/bugfix-mkdirp
mkdirp should be a dependency not dev
2 parents 5d0fb98 + 7e91e77 commit f154198

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"dependencies": {
2828
"colours": "~0.6.0-2",
2929
"glob": "~4.0.6",
30-
"lodash-node": "~2.4.1"
30+
"lodash-node": "~2.4.1",
31+
"mkdirp": "~0.5.0"
3132
},
3233
"devDependencies": {
3334
"grunt": "~0.4.5",
3435
"grunt-cli": "~0.1.13",
3536
"grunt-contrib-jshint": "~0.10.0",
3637
"grunt-jscs": "~0.7.1",
37-
"load-grunt-tasks": "~0.6.0",
38-
"mkdirp": "~0.5.0"
38+
"load-grunt-tasks": "~0.6.0"
3939
}
4040
}

0 commit comments

Comments
 (0)