mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-17 04:00:37 +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",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-polyfill": "^6.7",
|
"babel-polyfill": "^6.7",
|
||||||
|
"bootstrap": "twbs/bootstrap#v4-dev",
|
||||||
"jquery": "^2.2",
|
"jquery": "^2.2",
|
||||||
"tether": "^1.2.0",
|
"tether": "^1.2.4"
|
||||||
"bootstrap": "twbs/bootstrap#v4-dev"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.7.4",
|
"babel-core": "^6.7.7",
|
||||||
"babel-eslint": ">=6.0.0",
|
"babel-eslint": ">=6.0.4",
|
||||||
"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.22",
|
"gulp-pipeline": "^4.0.29",
|
||||||
"moment": "^2.12.0"
|
"moment": "^2.13.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.1"
|
"node": ">=0.10.1"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"grunt/*.js",
|
|
||||||
"grunt/*.json",
|
|
||||||
"js/*.js",
|
"js/*.js",
|
||||||
"scss/**/*.scss",
|
"scss/**/*.scss",
|
||||||
"Gruntfile.js",
|
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user