We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42589dc commit f513b6eCopy full SHA for f513b6e
3 files changed
.gitignore
@@ -64,4 +64,4 @@ typings/
64
65
# End of https://www.gitignore.io/api/node
66
67
-lib/
+lib
.npmignore
@@ -0,0 +1,3 @@
1
+src
2
+test
3
+node_modules
package.json
@@ -1,6 +1,6 @@
{
"name": "async-reactor",
- "version": "1.0.1",
+ "version": "1.0.2",
4
"keywords": [
5
"react",
6
"stateless",
0 commit comments