aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-27 10:00:55 -0800
committerMark Otto <[email protected]>2016-12-27 14:14:18 -0800
commita34cdc063809ea903314cc5d7ee368a4e938b687 (patch)
tree5555536e833270538d85bf0ea77400524103e13a
parent7a91b65d471cc6db9983cbed7bafe8947f2329f3 (diff)
downloadbootstrap-a34cdc063809ea903314cc5d7ee368a4e938b687.tar.xz
bootstrap-a34cdc063809ea903314cc5d7ee368a4e938b687.zip
bump jquery and grunt-sass
plus shx? :shrug:
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 19267d698..4767a2538 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
},
"license": "MIT",
"dependencies": {
- "jquery": "1.9.1 - 3",
+ "jquery": ">=1.9.1",
"tether": "^1.3.7"
},
"devDependencies": {
@@ -68,7 +68,7 @@
"grunt-exec": "^1.0.1",
"grunt-html": "^8.0.2",
"grunt-jekyll": "^0.4.4",
- "grunt-sass": "^1.2.1",
+ "grunt-sass": "2.0.0",
"grunt-saucelabs": "^9.0.0",
"grunt-stamp": "^0.3.0",
"htmlhint": "^0.9.13",
@@ -78,7 +78,7 @@
"postcss-cli": "^2.6.0",
"postcss-flexbugs-fixes": "^2.0.0",
"shelljs": "^0.7.4",
- "shx": "^0.1.4",
+ "shx": "^0.2.1",
"time-grunt": "^1.4.0",
"uglify-js": "^2.7.5"
},