Skip to content

Commit

Permalink
release: v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Apr 25, 2023
1 parent dbecb04 commit c4ba5b0
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 372 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coord-picker",
"PascalCasedName": "CoordPicker",
"version": "0.8.3",
"version": "0.8.4",
"private": false,
"description": "Coordinates picker for AMap & TMap.",
"author": "Cloyd Lau",
Expand Down Expand Up @@ -77,7 +77,10 @@
"zhlint": "latest"
},
"lint-staged": {
"*.md": ["case-police --fix", "zhlint --fix"],
"*.md": [
"case-police --fix",
"zhlint --fix"
],
"*": "eslint --fix"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit c4ba5b0

Please sign in to comment.