Fixes #951 update dependencies

This commit is contained in:
Kevin Ross 2016-03-28 11:09:12 -05:00
parent b4fb7e4056
commit 0c4f0df848

View File

@ -33,19 +33,19 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"babel-polyfill": "^6.6", "babel-polyfill": "^6.7",
"jquery": "^2.2", "jquery": "^2.2",
"tether": "^1.2.0", "tether": "^1.2.0",
"bootstrap": "twbs/bootstrap#v4-dev" "bootstrap": "twbs/bootstrap#v4-dev"
}, },
"devDependencies": { "devDependencies": {
"babel-core": "^6.7.2", "babel-core": "^6.7.4",
"babel-eslint": ">=6.0.0-beta.6", "babel-eslint": ">=6.0.0",
"babel-preset-es2015": "^6.6.0", "babel-preset-es2015": "^6.6.0",
"extend": "^3.0.0", "extend": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0", "gulp": "github:gulpjs/gulp#4.0",
"gulp-pipeline": ">=4.0.10", "gulp-pipeline": "^4.0.20",
"moment": "^2.11.2" "moment": "^2.12.0"
}, },
"engines": { "engines": {
"node": ">=0.10.1" "node": ">=0.10.1"