Skip to content

Commit

Permalink
bump deps and patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Sep 7, 2016
1 parent 08b6a3a commit f308d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"modular"
],
"dependencies": {
"autoprefixer": "~6.4.0",
"autoprefixer": "~6.4.1",
"body-parser": "~1.15.2",
"browser-sync": "~2.14.3",
"browser-sync": "~2.15.0",
"compression": "~1.6.2",
"del": "~2.2.2",
"dot-object": "~1.5.1",
Expand Down Expand Up @@ -71,7 +71,7 @@
"karma-chrome-launcher": "~2.0.0",
"karma-jasmine": "~1.0.2"<% if (options.clientTpl) { %>,
"merge-stream": "~1.0.0"<% } %><% if (options.exporter) { %>,
"nitro-exporter": "~0.1.0"<% } %><% if (options.release) { %>,
"nitro-exporter": "~0.1.2"<% } %><% if (options.release) { %>,
"nitro-release": "~0.1.0"<% } %>
},
"devDependencies": {
Expand Down
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.2",
"version": "0.4.3",
"description": "Yeoman generator for the nitro frontend framework",
"license": "MIT",
"repository": "namics/generator-nitro",
Expand Down

0 comments on commit f308d6e

Please sign in to comment.