Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k4m4 committed Dec 7, 2019
1 parent dfce5cb commit 0aa5a52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unmock/jaymock",
"version": "1.0.1",
"version": "1.0.2",
"description": "Minimal fake JSON test data generator",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,10 @@
"xo": {
"semicolon": false,
"rules": {
"max-depth": ["error", 5]
"max-depth": [
"error",
5
]
}
},
"author": "unmock",
Expand Down

0 comments on commit 0aa5a52

Please sign in to comment.