Skip to content

Commit 9fbcc4d

Browse files
committed
exports
1 parent eb0c2a2 commit 9fbcc4d

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

spring/package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
{
2-
"name": "venode",
3-
"version": "0.1.10",
2+
"name": "solid-spring",
3+
"version": "0.0.0",
44
"type": "module",
55
"scripts": {
66
"build": "rimraf dist && rollup -c",
77
"dev": "rollup -c --watch src",
88
"typecheck": "tsc --noEmit",
99
"test": "pnpm vitest"
1010
},
11-
"bin": {
12-
"venode": "./bin/venode.mjs"
13-
},
1411
"main": "./dist/index.js",
1512
"module": "./dist/index.js",
1613
"types": "./dist/index.d.ts",
14+
"exports": {
15+
".": {
16+
"import": "./dist/index.js",
17+
"types": "./dist/index.d.ts"
18+
}
19+
},
1720
"files": [
1821
"dist",
1922
"bin",
2023
"*.d.ts"
2124
],
2225
"repository": {
2326
"type": "git",
24-
"url": "git+https://github.com/aslemammad/venode.git"
27+
"url": "git+https://github.com/aslemammad/solid-spring.git"
2528
},
2629
"license": "MIT",
2730
"bugs": {
28-
"url": "https://github.com/aslemammad/venode/issues"
31+
"url": "https://github.com/aslemammad/solid-spring/issues"
2932
},
30-
"homepage": "https://github.com/aslemammad/venode#readme",
33+
"homepage": "https://github.com/aslemammad/solid-spring#readme",
3134
"devDependencies": {
32-
"rollup-plugin-dts": "^4.2.0"
33-
},
34-
"engines": {}
35+
"rollup-plugin-dts": "^4.2.0",
36+
"solid-js": "^1.3.13"
37+
}
3538
}

0 commit comments

Comments
 (0)