Skip to content

Commit

Permalink
Merge branch 'release/v0.2.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmbrennan committed Sep 3, 2015
2 parents 179ec3c + e6756bd commit 534d854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion module/templates/_module.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* <%= capitalModuleName %> Module
*/

angular.module('<%= appModuleName %>', [<%= moduleDependencies %>])
angular.module('<%= appModuleName %>', [<%- moduleDependencies %>])
.config(function config($stateProvider) {
$stateProvider.state('<%= lowerModuleName %>', {
url: '/<%= lowerModuleName %>',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ngbp-module",
"version": "0.2.8",
"version": "0.2.9",
"description": "Yeoman generator",
"license": "MIT",
"main": "app/index.js",
Expand All @@ -27,12 +27,12 @@
"dateformat": "^1.0.11",
"escodegen": "^1.6.1",
"esprima": "^2.0.0",
"fs-extra": "^0.19.0",
"fs-extra": "^0.24.0",
"glob": "^5.0.3",
"html-wiring": "^1.0.1",
"lodash": "^3.6.0",
"mkdirp": "^0.5.0",
"touch": "0.0.3",
"touch": "^1.0.0",
"yeoman-generator": "^0.20.1"
},
"devDependencies": {
Expand Down

0 comments on commit 534d854

Please sign in to comment.