Skip to content

Commit 024b9ef

Browse files
Fix .npmignore due to lost modules after previous release
1 parent 34b3efa commit 024b9ef

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.npmignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
*
2-
!lib
3-
!docs
4-
!package.json
5-
!README.md
1+
tests
2+
modules
3+
examples

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## react-coroutine v0.6.1
2+
3+
* Fix `.npmignore` due to lost modules after previous release
4+
15
## react-coroutine v0.6.0
26

37
* Provide `Coroutine.render` component to render async functions without wrapping them

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-coroutine",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "React Components as Coroutines",
55
"main": "lib/Coroutine.js",
66
"scripts": {

0 commit comments

Comments
 (0)