Skip to content

Commit fc0aa59

Browse files
committed
update dep
1 parent 09e42fc commit fc0aa59

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,26 @@
3434
"license": "MIT",
3535
"dependencies": {
3636
"babel-polyfill": "^6.7",
37+
"bootstrap": "twbs/bootstrap#v4-dev",
3738
"jquery": "^2.2",
38-
"tether": "^1.2.0",
39-
"bootstrap": "twbs/bootstrap#v4-dev"
39+
"tether": "^1.2.4"
4040
},
4141
"devDependencies": {
42-
"babel-core": "^6.7.4",
43-
"babel-eslint": ">=6.0.0",
42+
"babel-core": "^6.7.7",
43+
"babel-eslint": ">=6.0.4",
4444
"babel-preset-es2015": "^6.6.0",
4545
"extend": "^3.0.0",
4646
"gulp": "github:gulpjs/gulp#4.0",
47-
"gulp-pipeline": "^4.0.22",
48-
"moment": "^2.12.0"
47+
"gulp-pipeline": "^4.0.29",
48+
"moment": "^2.13.0"
4949
},
5050
"engines": {
5151
"node": ">=0.10.1"
5252
},
5353
"files": [
5454
"dist",
55-
"grunt/*.js",
56-
"grunt/*.json",
5755
"js/*.js",
5856
"scss/**/*.scss",
59-
"Gruntfile.js",
6057
"LICENSE"
6158
]
6259
}

0 commit comments

Comments
 (0)