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 e9218e6 commit 53e03e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@
"main": "./dist/kuba.cjs",
"module": "./dist/kuba.js",
"name": "@bake-js/element",
"repository": {
"type": "git",
"url": "git+https://github.com/bake-js/element.git"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"source": "./index.js",
"type": "module",
"types": "./index.d.ts",
"version": "0.0.1",
"version": "0.0.2",
"workspaces": ["packages/*"]
}

0 comments on commit 53e03e8

Please sign in to comment.