Skip to content

Commit 1478d7f

Browse files
v1.1.1
1 parent faccab4 commit 1478d7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "auto-console-group",
33
"description": "Automagically group console messages",
4-
"version": "1.1.1-beta.5",
4+
"version": "1.1.1",
55
"author": "David J. Bradshaw",
66
"license": "MIT",
77
"bugs": {
@@ -25,7 +25,7 @@
2525
"build": "tsc && vite build --mode production",
2626
"preview": "vite preview",
2727
"prepublishOnly": "npm i && npm run test && npm run build",
28-
"pretest": "eslint lib/*.ts *.js *.ts",
28+
"pretest": "eslint lib/*.ts *.js *.ts --fix",
2929
"test": "node ./test.js"
3030
},
3131
"repository": {

0 commit comments

Comments
 (0)