Skip to content

Commit

Permalink
updated project dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantPawar committed Mar 22, 2017
1 parent e443695 commit cf522b7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"name": "hasjob-extension",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-preset-es2015": "^6.22.0",
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"del": "^2.2.0",
"eslint": "^3.16.1",
"eslint-config-airbnb-base": "^11.1.0",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.3",
"gulp-cache": "^0.4.6",
"gulp-chrome-manifest": "0.0.13",
"gulp-clean-css": "^2.4.0",
"gulp-eslint": "^3.0.1",
Expand All @@ -27,7 +28,7 @@
"gulp-load-plugins": "^1.5.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.11.1",
"gulp-uglify": "^2.0.1",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.0.8",
"gulp-zip": "^3.2.0",
"main-bower-files": "^2.11.1",
Expand Down

0 comments on commit cf522b7

Please sign in to comment.