diff --git a/packages/react-router-busy/package.json b/packages/react-router-busy/package.json index 02cc3d3..638502e 100644 --- a/packages/react-router-busy/package.json +++ b/packages/react-router-busy/package.json @@ -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": [ @@ -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": {