File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 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" : {
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}
You can’t perform that action at this time.
0 commit comments