Skip to content

Commit

Permalink
feat(Schematics): Add alias for reducer blueprint (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbsmyth authored and brandonroberts committed Jan 4, 2018
1 parent 06aeac4 commit ea98fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/schematics/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"factory": "./src/feature",
"schema": "./src/feature/schema.json",
"description": "Add feature state"
},
},

"guard": {
"aliases": [ "g" ],
Expand All @@ -74,6 +74,7 @@
},

"reducer": {
"aliases": [ "r" ],
"factory": "./src/reducer",
"schema": "./src/reducer/schema.json",
"description": "Add state reducer"
Expand Down

0 comments on commit ea98fb7

Please sign in to comment.