Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Oct 10, 2015
1 parent 76e25c0 commit e69b25d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
},
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
}

0 comments on commit e69b25d

Please sign in to comment.