Skip to content

Commit 4c08138

Browse files
committed
Prepare publish.
1 parent ae1ffec commit 4c08138

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "react-eff-hook",
3-
"version": "1.0.0",
3+
"version": "1.0.0-rc.0",
44
"description": "",
55
"type": "module",
66
"exports": {
77
".": "./build/index.js"
88
},
99
"types": "./build/index.d.ts",
10+
"files": [
11+
"build"
12+
],
1013
"scripts": {
1114
"build": "tsc -d --outDir build",
1215
"prepublish": "npm run build"

0 commit comments

Comments
 (0)