We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b58f0 commit 9572c63Copy full SHA for 9572c63
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "type-r",
3
- "version": "1.0.0-rc8",
+ "version": "1.0.0-rc9",
4
"description": "Reactive objects with transactional updates and automatic serialization",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
7
+ "files": [ "./dist" ],
8
"directories": {
9
"test": "tests"
10
},
0 commit comments