We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fa630 commit 7f97bcaCopy full SHA for 7f97bca
.npmrc
@@ -0,0 +1 @@
1
+package-lock = false
package.json
@@ -1,12 +1,17 @@
{
2
"name": "hooxjs",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"description": "Functional react state management base on hooks",
5
"author": "wuomzfx <[email protected]>",
6
"license": "MIT",
7
"module": "dist/index.esm.js",
8
"main": "dist/index.cjs.js",
9
"types": "types/index.d.ts",
10
+ "files": [
11
+ "src",
12
+ "dist",
13
+ "types"
14
+ ],
15
"scripts": {
16
"test": "jest",
17
"cov": "jest --coverage",
0 commit comments