We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed3732 commit 87f71e3Copy full SHA for 87f71e3
1 file changed
package.json
@@ -1,17 +1,11 @@
1
{
2
"name": "vite-plugin-solid-undestructure",
3
+ "version": "0.1.0",
4
+ "description": "Automatically transforms props destructuring in SolidJS components",
5
"type": "module",
- "private": true,
6
"main": "./dist/index.js",
7
"module": "./dist/index.js",
8
"types": "./dist/index.d.ts",
- "exports": {
9
- ".": {
10
- "import": "./dist/index.js",
11
- "require": "./dist/index.js",
12
- "types": "./dist/index.d.ts"
13
- }
14
- },
15
"files": [
16
"dist"
17
],
0 commit comments