Skip to content

Commit

Permalink
12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Oct 4, 2022
1 parent 9c2b07d commit 7c5b3d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-standard",
"description": "TypeScript Standard Style based on StandardJS",
"version": "12.0.0",
"version": "12.0.1",
"main": "./index.js",
"type": "module",
"bin": {
Expand Down Expand Up @@ -42,7 +42,9 @@
"tslint"
],
"ts-standard": {
"ignore": ["test/fixtures/*.ts"]
"ignore": [
"test/fixtures/*.ts"
]
},
"scripts": {
"lint:standard": "standard",
Expand Down

0 comments on commit 7c5b3d7

Please sign in to comment.