Skip to content

Commit

Permalink
fix(generators): name and description of ngrx generator
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Aug 18, 2018
1 parent 708fc6e commit 8d6e585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nstudio/schematics",
"version": "6.2.2",
"version": "6.2.3",
"description": "Cross-platform (xplat) tools for Nx workspaces.",
"readmeFilename": "README.md",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/ngrx/schema.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "http://json-schema.org/schema",
"id": "directive",
"title": "Create a directive in xplat.",
"id": "ngrx",
"title": "Create ngrx state in xplat.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Directive name",
"description": "State name",
"$default": {
"$source": "argv",
"index": 0
Expand Down

0 comments on commit 8d6e585

Please sign in to comment.