Skip to content

Commit

Permalink
update deps & release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Oct 1, 2016
1 parent 9093516 commit 730ce05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"modular"
],
"dependencies": {
"autoprefixer": "~6.4.1",
"autoprefixer": "~6.5.0",
"body-parser": "~1.15.2",
"browser-sync": "~2.16.0",
"browser-sync": "~2.17.0",
"compression": "~1.6.2",
"del": "~2.2.2",
"dot-object": "~1.5.1",
"es6-promise": "~3.3.1",
"dot-object": "~1.5.4",
"es6-promise": "~4.0.3",
"express": "~4.14.0",
"extend": "~3.0.0",
"globby": "~6.0.0",
Expand All @@ -55,7 +55,7 @@
"gulp-sass": "~2.3.2",<% } %>
"gulp-size": "~2.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-stylelint": "~3.2.0",<% if (options.js === 'TypeScript') { %>
"gulp-stylelint": "~3.3.0",<% if (options.js === 'TypeScript') { %>
"typescript": "~1.5.0-beta",
"gulp-typescript": "~2.7.5", <% } %>
"gulp-uglify": "~2.0.0",<% if (options.clientTpl) { %>
Expand All @@ -75,6 +75,6 @@
"nitro-release": "~0.1.0"<% } %>
},
"devDependencies": {
"gulp-watch": "~4.3.9"
"gulp-watch": "~4.3.10"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-nitro",
"version": "0.4.5",
"version": "0.4.6",
"description": "Yeoman generator for the nitro frontend framework",
"license": "MIT",
"repository": "namics/generator-nitro",
Expand Down

0 comments on commit 730ce05

Please sign in to comment.