Skip to content

Commit 9572c63

Browse files
author
Vlad Balin
committed
fixed npm files
1 parent 44b58f0 commit 9572c63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "type-r",
3-
"version": "1.0.0-rc8",
3+
"version": "1.0.0-rc9",
44
"description": "Reactive objects with transactional updates and automatic serialization",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7+
"files": [ "./dist" ],
78
"directories": {
89
"test": "tests"
910
},

0 commit comments

Comments
 (0)