Skip to content

Commit 06bf55a

Browse files
committed
fix path to jsnext, update dependencies
1 parent 14a3595 commit 06bf55a

3 files changed

Lines changed: 4 additions & 31 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ before_install:
2323
- rvm use 2.2 --fuzzy
2424
- gem install scss-lint
2525

26-
2726
before_script:
2827
- npm install -g gulpjs/gulp-cli#4.0
2928

package.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"style": "dist/css/bootstrap-material-design.css",
2424
"sass": "scss/_core.scss",
2525
"main": "dist/bootstrap-material-design.umd.js",
26-
"jsnext:main": "js/src/index.js",
26+
"jsnext:main": "js/index.js",
2727
"repository": {
2828
"type": "git",
2929
"url": "https://github.com/FezVrasta/bootstrap-material-design.git"
@@ -33,18 +33,18 @@
3333
},
3434
"license": "MIT",
3535
"dependencies": {
36-
"babel-polyfill": "^6.7.4",
36+
"babel-polyfill": "^6.8.0",
3737
"bootstrap": "twbs/bootstrap#v4-dev",
3838
"extend": "^3.0.0",
3939
"jquery": "^2.2",
4040
"tether": "^1.3.2"
4141
},
4242
"devDependencies": {
43-
"babel-core": "^6.7.7",
43+
"babel-core": "^6.8.0",
4444
"babel-eslint": ">=6.0.4",
4545
"babel-preset-es2015": "^6.6.0",
4646
"gulp": "github:gulpjs/gulp#4.0",
47-
"gulp-pipeline": "^4.0.37",
47+
"gulp-pipeline": "^4.0.40",
4848
"moment": "^2.13.0"
4949
},
5050
"engines": {

0 commit comments

Comments
 (0)