mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
update dep
This commit is contained in:
parent
09e42fc6a6
commit
fc0aa59bb4
15
package.json
15
package.json
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user