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

Commit

Permalink
working on #193: simple npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppjo committed May 20, 2015
1 parent a7f4c23 commit 3cbe026
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,41 @@
"node": ">=0.10.0"
},
"devDependencies": {
"connect": "^3.3.4",
"connect": "^3.3.5",
"connect-livereload": "^0.5.3",
"cordova": "5.0.0",
"del": "^1.1.1",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^2.1.0",
"gulp-autoprefixer": "^2.3.0",
"gulp-changed": "^1.2.1",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.10.0",
"gulp-jsonlint": "^1.0.2",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^1.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.2",
"gulp-natural-sort": "^0.1.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-plumber": "^0.6.6",
"gulp-ng-annotate": "^0.5.3",
"gulp-plumber": "^1.0.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-shell": "^0.3.0",
"gulp-size": "^1.2.1",
"gulp-uglify": "^1.1.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.1",
"jshint-stylish": "^1.0.1",
"jshint-stylish": "^1.0.2",
"main-bower-files": "^2.5.0",
"minimist": "^1.1.0",
"opn": "^1.0.1",
"opn": "^1.0.2",
"require-dir": "^0.1.0",
"serve-static": "^1.9.1",
"serve-static": "^1.9.3",
"vinyl-paths": "^1.0.0",
"wiredep": "^2.2.2",
"xml2js": "^0.4.5"
"xml2js": "^0.4.8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"coveralls": "^2.11.2",
"gulp": "^3.8.10",
"gulp-bump": "^0.3.0",
"gulp-istanbul": "^0.8.1",
"gulp-istanbul": "^0.9.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.10.0",
Expand Down

0 comments on commit 3cbe026

Please sign in to comment.