Skip to content

Commit

Permalink
fix(react-router-busy): Add readme to npm
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b2293a72c8b459eb022006169c5e295903db4cd5
  • Loading branch information
f authored and actions-user committed Sep 20, 2024
1 parent 681e285 commit 93358d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-router-busy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-busy",
"//version": "Not used https://semantic-release.gitbook.io/semantic-release/support/faq#why-is-the-package.jsons-version-not-updated-in-my-repository",
"//version": "Not used https://semantic-release.gitbook.io/semantic-release/support/faq#why-is-the-package.jsons-version-not-updated-in-my-repository but is modified on npm version of package.json",
"version": "0.0.0",
"description": "Drop-in busy state for react-router/remix forms and links",
"keywords": [
Expand All @@ -22,8 +22,8 @@
"url": "git+https://github.com/bitofbreeze/react-router-busy.git"
},
"license": "MIT",
"//files": "Publish src too for bun imports",
"files": ["build", "src"],
"//files": "Publish src too for bun imports. Need to reference README where it is in destination repo.",
"files": ["build", "src", ".github/README.md"],
"type": "module",
"main": "build/busy.js",
"exports": {
Expand Down

0 comments on commit 93358d7

Please sign in to comment.