Skip to content

Commit 7f97bca

Browse files
committed
fixed #3
1 parent f3fa630 commit 7f97bca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock = false

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"name": "hooxjs",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Functional react state management base on hooks",
55
"author": "wuomzfx <[email protected]>",
66
"license": "MIT",
77
"module": "dist/index.esm.js",
88
"main": "dist/index.cjs.js",
99
"types": "types/index.d.ts",
10+
"files": [
11+
"src",
12+
"dist",
13+
"types"
14+
],
1015
"scripts": {
1116
"test": "jest",
1217
"cov": "jest --coverage",

0 commit comments

Comments
 (0)