Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheap-glitch committed May 26, 2022
1 parent 0d8b580 commit a3d3f3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cheap-glitch/node-file-system",
"version": "0.1.0",
"version": "1.0.0",
"description": "Tiny convenience wrapper around Node.js file system APIs.",
"license": "ISC",
"author": "cheap glitch <cheap.glitch@gmail.com> (https://github.com/cheap-glitch)",
Expand Down Expand Up @@ -65,9 +65,12 @@
"*.test.ts"
],
"rules": {
"jest/consistent-test-it": ["warn", {
"withinDescribe": "test"
}]
"jest/consistent-test-it": [
"warn",
{
"withinDescribe": "test"
}
]
}
}
]
Expand Down

0 comments on commit a3d3f3e

Please sign in to comment.