Skip to content

Commit 87f71e3

Browse files
committed
add version and description
1 parent fed3732 commit 87f71e3

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
{
22
"name": "vite-plugin-solid-undestructure",
3+
"version": "0.1.0",
4+
"description": "Automatically transforms props destructuring in SolidJS components",
35
"type": "module",
4-
"private": true,
56
"main": "./dist/index.js",
67
"module": "./dist/index.js",
78
"types": "./dist/index.d.ts",
8-
"exports": {
9-
".": {
10-
"import": "./dist/index.js",
11-
"require": "./dist/index.js",
12-
"types": "./dist/index.d.ts"
13-
}
14-
},
159
"files": [
1610
"dist"
1711
],

0 commit comments

Comments
 (0)