Private GIT

Skip to content
Snippets Groups Projects
Commit 54a5f651 authored by Alison Winters's avatar Alison Winters
Browse files

add more explicit dependencies so it builds better from clean node install

parent ed768e71
Branches
Tags
No related merge requests found
...@@ -25,5 +25,8 @@ ...@@ -25,5 +25,8 @@
"jquery-confirm": "~2.5.2", "jquery-confirm": "~2.5.2",
"bootstrap-formhelpers": "~2.3.0", "bootstrap-formhelpers": "~2.3.0",
"isotope": "~2.2.2" "isotope": "~2.2.2"
},
"resolutions": {
"bootstrap": "~3.3.5"
} }
} }
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
"name": "sickrage", "name": "sickrage",
"version": "4.0.72", "version": "4.0.72",
"private": true, "private": true,
"dependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-bower-concat": "^0.5.0", "grunt-bower-concat": "^0.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-cssmin": "^0.14.0", "grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3", "grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2" "grunt-contrib-uglify": "^0.9.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment