diff --git a/TODO.md b/TODO.md index 65a5be6..cfef434 100644 --- a/TODO.md +++ b/TODO.md @@ -35,3 +35,4 @@ * customize behavior (e.g., logging) * refactor own build to mimic the task loading mechanism & reuse code * add npm shrinkwrap +* remove gulp-load-plugins (prefer explicit loading) diff --git a/package.json b/package.json index 180ab02..3880554 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-web-dev-build", "description": "Modern Web Development Build.", - "version": "0.0.5", + "version": "0.0.6", "author": { "name": "Sebastien Dubois", "email": "seb@dsebastien.net", @@ -32,7 +32,7 @@ "devDependencies": { "babel": "5.8.x", "babel-core": "5.8.x", - "del": "1.2.x", + "del": "2.0.x", "gulp": "3.9.x", "gulp-notify": "2.2.x", "gulp-plumber": "1.0.x", @@ -41,11 +41,11 @@ "gulp-jshint": "1.11.x", "gulp-debug": "2.1.x", "gulp-jshint": "1.11.x", - "gulp-jscs": "2.0.x", - "gulp-jscs-stylish": "1.1.x", + "gulp-jscs": "3.0.x", + "gulp-jscs-stylish": "1.2.x", "gulp-size": "2.0.x", "gulp-changed": "1.3.x", - "gulp-if": "1.2.x", + "gulp-if": "2.0.x", "require-dir": "0.3.x", "run-sequence": "1.1.x" }, @@ -55,27 +55,27 @@ "babel-runtime": "5.8.x", "gulp": "3.9.x", "apache-server-configs": "2.14.x", - "autoprefixer": "5.2.x", + "autoprefixer": "6.0.x", "bower": "1.5.x", "browser-sync": "2.9.x", - "del": "1.2.x", + "del": "2.0.x", "event-stream": "3.3.x", - "gulp-autoprefixer": "2.3.x", + "gulp-autoprefixer": "3.0.x", "gulp-babel": "5.2.x", - "gulp-cache": "0.2.x", + "gulp-cache": "0.3.x", "gulp-changed": "1.3.x", "gulp-concat": "2.6.x", "gulp-cssimport": "2.1.x", "gulp-csso": "1.0.x", "gulp-debug": "2.1.x", - "gulp-flatten": "0.1.x", + "gulp-flatten": "0.2.x", "gulp-help": "1.6.x", "gulp-html-replace": "1.5.x", - "gulp-if": "1.2.x", + "gulp-if": "2.0.x", "gulp-imagemin": "2.3.x", - "gulp-inject": "1.5.x", - "gulp-jscs": "2.0.x", - "gulp-jscs-stylish": "1.1.x", + "gulp-inject": "3.0.x", + "gulp-jscs": "3.0.x", + "gulp-jscs-stylish": "1.2.x", "gulp-jshint": "1.11.x", "gulp-load-plugins": "0.9.x", "gulp-minify-css": "1.2.x", @@ -87,12 +87,12 @@ "gulp-replace": "0.5.x", "gulp-sass": "2.0.x", "gulp-size": "2.0.x", - "gulp-sourcemaps": "1.5.x", + "gulp-sourcemaps": "1.6.x", "gulp-strip-debug": "1.0.x", "gulp-tsd": "0.0.x", - "gulp-tslint": "3.2.x", - "gulp-typescript": "2.8.x", - "gulp-uglify": "1.3.x", + "gulp-tslint": "3.3.x", + "gulp-typescript": "2.9.x", + "gulp-uglify": "1.4.x", "gulp-uncss": "1.0.x", "gulp-util": "3.0.x", "jshint-stylish": "2.0.x", @@ -119,6 +119,6 @@ "update": "npm install --no-optional", "outdated": "npm outdated", "setup": "npm install --global gulp babel babel-core --no-optional && npm install --no-optional", - "release": "git --tag && git push --tags && npm publish" + "prepublish": "npm run build" } }