update dep

This commit is contained in:
Kevin Ross 2016-04-26 17:45:46 -05:00
parent 09e42fc6a6
commit fc0aa59bb4

View File

@ -34,29 +34,26 @@
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.7",
"bootstrap": "twbs/bootstrap#v4-dev",
"jquery": "^2.2",
"tether": "^1.2.0",
"bootstrap": "twbs/bootstrap#v4-dev"
"tether": "^1.2.4"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-eslint": ">=6.0.0",
"babel-core": "^6.7.7",
"babel-eslint": ">=6.0.4",
"babel-preset-es2015": "^6.6.0",
"extend": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-pipeline": "^4.0.22",
"moment": "^2.12.0"
"gulp-pipeline": "^4.0.29",
"moment": "^2.13.0"
},
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"grunt/*.js",
"grunt/*.json",
"js/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
]
}