Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puranjayjain committed Jul 3, 2016
1 parent 22db654 commit 6cb9965
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,35 @@
"input"
],
"devDependencies": {
"babel-plugin-transform-member-expression-literals": "^6.5.0",
"babel-plugin-transform-merge-sibling-variables": "^6.5.0",
"babel-plugin-transform-minify-booleans": "^6.5.0",
"babel-plugin-transform-property-literals": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.6.5",
"chokidar": "^1.4.3",
"del": "^2.2.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.2.8",
"gulp-concat": "^2.5.2",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "1.0.0",
"gulp-plumber": "1.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.0",
"gulp-uglify": "^1.2.0",
"webpack": "^1.12.14"
"babel-core": "^6.10.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-plugin-transform-member-expression-literals": "^6.8.0",
"babel-plugin-transform-merge-sibling-variables": "^6.8.0",
"babel-plugin-transform-minify-booleans": "^6.8.0",
"babel-plugin-transform-property-literals": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.13.0",
"chokidar": "^1.6.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.5.2",
"gulp-imagemin": "^3.0.1",
"gulp-minify-css": "1.2.4",
"gulp-plumber": "1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2"
},
"dependencies": {
"moment": "^2.12.0",
"draggabilly": "^2.1.0"
"moment": "^2.13.0",
"draggabilly": "^2.1.1"
},
"homepage": "https://puranjayjain.github.io/md-date-time-picker",
"moduleType": "globals",
Expand Down

0 comments on commit 6cb9965

Please sign in to comment.