Skip to content

Commit

Permalink
UCC: (feature) Add fix to publish package npm/cli#2834
Browse files Browse the repository at this point in the history
  • Loading branch information
katharina-unger committed Mar 29, 2021
1 parent 1c859fb commit 8aa26ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ docs/_book
docs/api.md
dist/
.DS_Store
~/.npm
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -13,6 +13,7 @@
"license": "MIT",
"module": "./dist/cornerstone.js",
"publishConfig": {
"cache": "~/.npm",
"registry": "https://npm.pkg.github.com/"
},
"repository": {
Expand Down

0 comments on commit 8aa26ec

Please sign in to comment.