Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Nov 26, 2023
1 parent ed3be27 commit 73a3561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"watch": "textlint-scripts build --watch",
"prepublish": "npm run --if-present build",
"test": "textlint-scripts test",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepare": "git config --local core.hooksPath .githooks"
"prepare": "git config --local core.hooksPath .githooks",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\""
},
"devDependencies": {
"@textlint/types": "^13.4.1",
Expand Down

0 comments on commit 73a3561

Please sign in to comment.