Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Feb 25, 2018
1 parent 87f9e82 commit 6df9983
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-generator",
"version": "4.0.1",
"version": "4.0.2",
"description": "Generate a Yeoman generator",
"author": "Yeoman team",
"files": [
Expand Down Expand Up @@ -53,7 +53,10 @@
"node": true
},
"rules": {
"object-curly-spacing": ["error", "always"]
"object-curly-spacing": [
"error",
"always"
]
}
},
"jest": {
Expand Down

0 comments on commit 6df9983

Please sign in to comment.