Skip to content

Commit

Permalink
fix(pixels): add npm publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
toxsick committed Apr 12, 2024
1 parent a1f2218 commit e148803
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion packages/pixels/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
{
"name": "@fuf-stack/pixels",
"description": "fuf react component library",
"author": "Hannes Tiede",
"version": "0.0.1",
"private": true,
"type": "module",
"files": [
"./dist"
],
"homepage": "https://github.com/fuf-stack/uniforms#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"components",
"react"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fuf-stack/uniforms.git",
"directory": "packages/pixels"
},
"bugs": {
"url": "https://github.com/fuf-stack/uniforms/issues"
},
"scripts": {
"build": "rm -rf ./dist && tsup",
"prepack": "pnpm build",
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"release-type": "node",
"include-component-in-tag": true,
"packages": {
"packages/pixels": { "release-as": "0.0.1" }
"packages/pixels": {}
},
"separate-pull-requests": true
}

0 comments on commit e148803

Please sign in to comment.