Skip to content

Commit

Permalink
fix: publish package job
Browse files Browse the repository at this point in the history
  • Loading branch information
Aram Vardanyan committed Mar 31, 2023
1 parent e4a74bd commit d68b7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"./packages/source"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.com"
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"directory": "packages/core"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.com"
"access": "public"
},
"keywords": [
"react",
Expand Down

0 comments on commit d68b7c4

Please sign in to comment.