Skip to content

Commit

Permalink
feat: add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidseipold committed Jul 8, 2024
1 parent 03c7cf8 commit 0af5f58
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,6 +1,6 @@
{
"name": "@kurasu/variants",
"version": "0.2.1",
"version": "0.2.2",
"main": "lib/index.js",
"type": "module",
"types": "lib/index.d.ts",
Expand All @@ -19,7 +19,8 @@
"scripts": {
"build:test": "bun build.ts && bun test",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix"
"lint:fix": "eslint ./src --fix",
"publish": "npm publish"
},
"files": [
"lib"
Expand Down

0 comments on commit 0af5f58

Please sign in to comment.