Skip to content

Commit 7f0153f

Browse files
author
Vlad Balin
committed
npm problems
1 parent 4a3a9a1 commit 7f0153f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "type-r",
3-
"version": "1.0.0-rc92",
3+
"version": "1.0.0-rc93",
44
"description": "Reactive objects with transactional updates and automatic serialization",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7-
"files": [ "./dist/*", "./src/*" ],
7+
"files": [ "dist", "src" ],
88
"directories": {
99
"test": "tests"
1010
},

0 commit comments

Comments
 (0)