reaction-hooks 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  Hooks for [Reaction](https://github.com/djalbat/reaction).
4
4
 
5
- *Please note that this project has yet to get started. If you come back later than you may be in luck.*
6
-
7
5
  ## Installation
8
6
 
9
7
  With [npm](https://www.npmjs.com/):
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "reaction-hooks",
3
3
  "author": "James Smith",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/reaction-hooks",
7
7
  "description": "Hooks for Reaction.",