Skip to content

Commit

Permalink
chore: 🤖 fixes small typo in package.json (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcido authored Dec 11, 2023
1 parent c5bc2ff commit 4bf1554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"type": "module",
"types": "lib/index.d.ts",
"typings": "lib/indeqx.d.ts",
"typings": "lib/index.d.ts",
"scripts": {
"start": "jest --watchAll --silent --coverage",
"app": "yarn build && vite",
Expand All @@ -33,6 +33,7 @@
"clean": "rimraf lib esm",
"release": "commit-and-tag-version --no-verify"
},
"license": "BSD-3-Clause",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
Expand Down

0 comments on commit 4bf1554

Please sign in to comment.