Skip to content

Commit

Permalink
v6.0.2 use noEndo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamruinous committed Aug 19, 2016
1 parent fca1758 commit 30a0347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.coffee
Expand Up @@ -54,7 +54,7 @@ class OctobluServiceGenerator extends yeoman.Base
instancePrefix = _.camelCase @noEndo
classPrefix = _.upperFirst instancePrefix
constantPrefix = _.toUpper _.snakeCase @noEndo
deviceType = "endo:#{instancePrefix}"
deviceType = "endo:#{@noEndo}"

context = {
@githubUrl
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "generator-endo",
"version": "6.0.1",
"version": "6.0.2",
"description": "A generator for Yeoman",
"keywords": [
"yeoman-generator"
Expand Down

0 comments on commit 30a0347

Please sign in to comment.