Skip to content

Commit

Permalink
ci: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
deMGoncalves committed Jun 28, 2024
1 parent 313c0f5 commit f3cda79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"vite": "^5.3.1",
"vite-plugin-babel": "^1.2.0"
},
"files": ["dist/*", "packages/**/*.d.ts", "index.d.ts", "yarn.lock"],
"license": "MIT",
"main": "./dist/kuba.cjs",
"module": "./dist/kuba.js",
Expand All @@ -28,6 +27,6 @@
"source": "./index.js",
"type": "module",
"types": "./index.d.ts",
"version": "0.0.5",
"version": "0.0.6",
"workspaces": ["packages/*"]
}

0 comments on commit f3cda79

Please sign in to comment.