Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Fix #30: Error during generation with angular path
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtower committed Jan 2, 2017
1 parent 99aaa4d commit beb68aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

v0.5.2
------

Fix #30: Error during generation with angular path

Date: Mon 2 Jan, 2017

v0.5.1
------

Expand Down
3 changes: 2 additions & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ module.exports = yeoman.Base.extend({
composing: function () {
var options = {
angularAppName: this.props.angularAppName,
angularAppFullName: this.props.angularAppFullName
angularAppFullName: this.props.angularAppFullName,
angularAppPath: this.props.angularAppPath
};
this.composeWith('makrina:angular-app', {options: options});
lodash.extend(options, {
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-makrina",
"version": "0.5.1",
"version": "0.5.2",
"description": "Generate MEAN boilerplate. Featuring model and route CRUD endpoint sub-gens and an admin interface.",
"homepage": "https://github.com/Wtower/generator-makrina",
"author": {
Expand Down

0 comments on commit beb68aa

Please sign in to comment.