Skip to content

Commit

Permalink
👌 IMPROVE: Not needed the deps now
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 7, 2018
1 parent 9855b15 commit 592c955
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,5 @@
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/WPGulp"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.11.1",
"eslint": "^4.14.0",
"eslint-config-wordpress": "^2.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.5.2",
"gulp-filter": "^5.1.0",
"gulp-imagemin": "^4.1.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-merge-media-queries": "^0.2.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.2.0",
"gulp-remember": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-rtlcss": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.2",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.6",
"gulp-wp-pot": "^2.0.7"
},
"scripts": {
"start": "gulp",
"styles": "gulp styles",
"stylesRTL": "gulp stylesRTL",
"vendorsJS": "gulp vendorsJS",
"customJS": "gulp customJS",
"images": "gulp images",
"clearCache": "gulp clearCache",
"translate": "gulp translate"
}
}

0 comments on commit 592c955

Please sign in to comment.