Skip to content

Commit

Permalink
Update version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yadicksonbasedos committed Nov 15, 2017
1 parent c663787 commit 6437dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = class extends Generator {
this.license = props.license;
this.username = props.username;

this.modulename = camelize(this.name || 'app') + 'Module';
this.modulename = camelize(this.name) + 'Module';
this.projectLib = decamelize(camelize(this.name)).replace("_", "-");
});
}
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-ajslib",
"version": "1.3.4",
"version": "1.3.5",
"description": "Yeoman Gulp Generator for AngularJS Library",
"homepage": "https://github.com/yadickson/generator-ajslib",
"author": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"chalk": "^2.3.0",
"command-exists": "^1.2.2",
"decamelize": "^1.2.0",
"generator-ajsbase": "^1.3.0",
"package-json-utils": "^1.0.2",
"generator-ajsbase": "^1.3.1",
"package-json-utils": "^1.1.0",
"upper-case": "^1.1.3",
"uppercamelcase": "^3.0.0",
"yeoman-generator": "^2.0.1",
Expand Down

0 comments on commit 6437dfb

Please sign in to comment.