Move load-grunt-tasks to devDependencies

This commit is contained in:
IanLunn 2017-03-23 11:00:19 +00:00
parent 40d9d42837
commit 025ee5b57c
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-sass": "~0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-version": "^0.3.0"
},
"dependencies": {
"grunt-version": "^0.3.0",
"load-grunt-tasks": "~3.3.0"
}
}