reverted ALL unintended changes now
This commit is contained in:
parent
5206457484
commit
c942c42bf6
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
"dependencies": {
|
||||
"jquery": "~2.1.3",
|
||||
"jquery-ui": "~1.11.2",
|
||||
"js-cookie": "~1.4.1"
|
||||
"jquery-cookie": "~1.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~2.3.3",
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
"bower": "^1.5.3",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-cli": "^0.1.13",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-concat": "^0.5.0",
|
||||
"grunt-contrib-clean": "~0.6.0",
|
||||
"grunt-contrib-concat": "~0.5.0",
|
||||
"grunt-contrib-connect": "~0.11.0",
|
||||
"grunt-contrib-cssmin": "^0.14.0",
|
||||
"grunt-contrib-jshint": "~0.11.0",
|
||||
|
|
Loading…
Reference in a new issue