Skip to content

Commit 93358d7

Browse files
factions-user
authored andcommitted
fix(react-router-busy): Add readme to npm
GitOrigin-RevId: b2293a72c8b459eb022006169c5e295903db4cd5
1 parent 681e285 commit 93358d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-router-busy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-busy",
3-
"//version": "Not used https://semantic-release.gitbook.io/semantic-release/support/faq#why-is-the-package.jsons-version-not-updated-in-my-repository",
3+
"//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",
44
"version": "0.0.0",
55
"description": "Drop-in busy state for react-router/remix forms and links",
66
"keywords": [
@@ -22,8 +22,8 @@
2222
"url": "git+https://github.com/bitofbreeze/react-router-busy.git"
2323
},
2424
"license": "MIT",
25-
"//files": "Publish src too for bun imports",
26-
"files": ["build", "src"],
25+
"//files": "Publish src too for bun imports. Need to reference README where it is in destination repo.",
26+
"files": ["build", "src", ".github/README.md"],
2727
"type": "module",
2828
"main": "build/busy.js",
2929
"exports": {

0 commit comments

Comments
 (0)