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 07b1bfe commit 22752c7Copy full SHA for 22752c7
package.json
@@ -4,7 +4,7 @@
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