mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +02:00
Move dependency on grunt to "devDependencies"
Package "grunt" is not used outside of the development workflow. Therefore it doesn't make sense for the "grunt" to be included as a direct package dependency. Now everyone that is willing to use this package needs to pull in "grunt" which is undesirable.
This commit is contained in:
parent
9b231adcf8
commit
b596de188b
1 changed files with 1 additions and 3 deletions
|
@ -34,10 +34,8 @@
|
|||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"dependencies": {
|
||||
"grunt": "^0.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-clean": "^0.7",
|
||||
"grunt-contrib-concat": "^0.5",
|
||||
"grunt-contrib-jshint": "^0.12",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue