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 4a3a9a1 commit 7f0153fCopy full SHA for 7f0153f
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "type-r",
3
- "version": "1.0.0-rc92",
+ "version": "1.0.0-rc93",
4
"description": "Reactive objects with transactional updates and automatic serialization",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
7
- "files": [ "./dist/*", "./src/*" ],
+ "files": [ "dist", "src" ],
8
"directories": {
9
"test": "tests"
10
},
0 commit comments