Skip to content

Commit 00178f1

Browse files
committed
update pkg
1 parent 909513c commit 00178f1

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
".": "./src/wrapper.js"
88
},
99
"types": "./wrapper.d.ts",
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"scripts": {
1114
"start": "vite",
1215
"types": "tsc",
1316
"test": "wtr test/**/*.test.jsx",
1417
"test:w": "wtr test/**/*.test.jsx --watch",
1518
"prepublishOnly": "npm run test && npm run types"
1619
},
17-
"keywords": [],
1820
"author": "UpperCod",
1921
"license": "ISC",
2022
"devDependencies": {
@@ -32,5 +34,20 @@
3234
"atomico": "latest",
3335
"react": "latest",
3436
"react-dom": "latest"
35-
}
37+
},
38+
"bugs": {
39+
"url": "https://github.com/atomicojs/react/issues"
40+
},
41+
"homepage": "https://github.com/atomicojs/react#readme",
42+
"repository": {
43+
"type": "git",
44+
"url": "git+ssh://[email protected]/atomicojs/react.git"
45+
},
46+
"keywords": [
47+
"jsx",
48+
"web-components",
49+
"custom-elements",
50+
"webcomponent",
51+
"react"
52+
]
3653
}

0 commit comments

Comments
 (0)