Skip to content

Commit

Permalink
chore: package.lock fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
omarluq committed Nov 26, 2023
1 parent 2c763a0 commit 0d2772d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "stimulus-store",
"types": "dist/index.d.ts",
"version": "0.0.1-beta",
"description": "Lightweight state management for Stimulus.js",
"main": "dist/index.js",
Expand All @@ -12,7 +13,7 @@
},
"homepage": "https://github.com/omarluq/stimulus-store#readme",
"files": [
"dist/*.js",
"dist/",
"CHANGELOG.md"
],
"husky": {
Expand All @@ -28,7 +29,7 @@
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"code-size": "npx size-limit",
"gzip-size": "gzip-size ./dist/*.js",
"gzip-size": "gzip-size ./dist/index.js",
"changelog": "git-chglog -o CHANGELOG.md",
"husky:prepare": "husky install"
},
Expand Down

0 comments on commit 0d2772d

Please sign in to comment.