Skip to content

Commit

Permalink
Release version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Dec 27, 2023
1 parent 5c028f4 commit dabe818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"lint": "eslint src && eslint tests",
"test": "jest",
"relase": "yarn clean && yarn lint && yarn test && yarn build && yarn publish"
"release": "yarn clean && yarn lint && yarn test && yarn build && yarn publish"
},
"browser": "dist/cjs/index.js",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit dabe818

Please sign in to comment.