Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Apr 16, 2024
1 parent beed1e3 commit 760c50d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-package-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# - run: npm run chromatic

- run: |
echo @lacymorrow:https://npm.pkg.github.com/ > .npmrc
echo @lacymorrow:registry=https://npm.pkg.github.com/ > .npmrc
echo '//npm.pkg.github.com/:_authToken=${NPM_TOKEN}' >> .npmrc
- run: npm publish
working-directory: .
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "react-ruffle",
"version": "1.0.4",
"_id": "react-ruffle@1.0.4",
"description": "Render the README.md file of a GitHub Repository in React",
"readme": "README.md",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
Expand Down Expand Up @@ -84,7 +86,5 @@
"peerDependencies": {
"react": "18",
"react-dom": "18"
},
"readme": "README.md",
"_id": "react-ruffle@1.0.4"
}
}

0 comments on commit 760c50d

Please sign in to comment.