We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de77e87 commit d6e8296Copy full SHA for d6e8296
package.json
@@ -8,9 +8,13 @@
8
"types": "./dist/index.d.ts",
9
"author": "Daniel Sanchez <dsanc89@icloud.com>",
10
"license": "MIT",
11
- "homepage": "https://github.com/thedanchez/solid-create-script#readme",
+ "homepage": "https://github.com/dsnchz/solid-create-script#readme",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/dsnchz/solid-create-script.git"
15
+ },
16
"bugs": {
- "url": "https://github.com/thedanchez/solid-create-script/issues"
17
+ "url": "https://github.com/dsnchz/solid-create-script/issues"
18
},
19
"exports": {
20
"solid": "./dist/index.jsx",
0 commit comments