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 de026bd commit 2655ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"files": ["dist/*", "packages/**/*.d.ts", "index.d.ts"],
"license": "MIT",
"main": "./dist/kuba.cjs",
"module": "./dist/kuba.js",
"main": "./dist/element.cjs",
"module": "./dist/element.js",
"name": "@bake-js/element",
"peerDependencies": {
"artifact": "workspace:*",
Expand All @@ -28,6 +28,6 @@
"source": "./index.js",
"type": "module",
"types": "./index.d.ts",
"version": "0.0.7",
"version": "0.0.8",
"workspaces": ["packages/*"]
}

0 comments on commit 2655ee4

Please sign in to comment.