Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zthun committed Feb 11, 2021
1 parent 50c682b commit 4b23981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zthun/lint-janitor",
"version": "8.0.0",
"version": "9.0.0",
"description": "Style checks with tools for web projects using common rules.",
"keywords": [
"lint",
Expand All @@ -23,7 +23,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"lint-janitor": "./dist/cli.js"
"lint-janitor": "dist/cli.js"
},
"scripts": {
"clean": "rimraf coverage dist reports *.tgz",
Expand Down

0 comments on commit 4b23981

Please sign in to comment.