Skip to content

Commit 1ea7b4d

Browse files
authored
Merge pull request #5 from MFB-Technologies-Inc/fix-package-publish
Fix package publish
2 parents 92e045a + 03c2cea commit 1ea7b4d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
4. Use the GitHub tool to generate the release notes.
99
5. Rename "Full Changelog" to "Commit Changelog".
1010
6. On a new line, add "**Full Changelog**: `https://github.com/MFB-Technologies-Inc/react-async-renderer/blob/<new tag>/CHANGELOG.md`", replacing `<new tag>` with the tag for this release.
11+
7. Select "Publish release".
1112

1213
> Publishing a new Github release will trigger the publish Github action, which publishes the new release to NPM.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ These other utility functions can be used to simplify the logic around `createAs
8686
- `getCascadedAsyncState`: Reduces a chain of asynchronous request objects down one asynchronous request object.
8787
- `getOptimisticAsyncLoadState`: Converts its arguments into an optimistic asynchronous request object such that if the arguments indicate a pending asynchronous request and a fulfilled asynchronous request, then the result is a fulfilled asynchronous request object.
8888

89+
## Contributing
90+
91+
[Contributing](./CONTRIBUTING.md)
92+
8993
## Changelog
9094

9195
[Changelog](./CHANGELOG.md)

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Utilities for rendering JSX with respect to one or more asynchronous operations.",
55
"author": "MFB Technologies, Inc.",
66
"homepage": "https://github.com/MFB-Technologies-Inc/react-async-renderer",
7-
"private": true,
87
"license": "MIT",
98
"keywords": [
109
"react",

0 commit comments

Comments
 (0)