Skip to content

Commit 35671d0

Browse files
manner
1 parent eefdac2 commit 35671d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "react-typescript-todomvc-2022",
3+
"version": "0.0.0",
34
"license": "MIT",
5+
"author": "Ryota Murakami <dojce1048@gmail.com> (https://ryota-murakami.github.io/)",
46
"browserslist": {
57
"production": [
68
">0.2%",
@@ -13,6 +15,14 @@
1315
"last 1 safari version"
1416
]
1517
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/laststance/react-typescript-todomvc-2022"
21+
},
22+
"bugs": {
23+
"url": "https://github.com/laststance/react-typescript-todomvc-2022/issues"
24+
},
25+
"homepage": "https://github.com/laststance/react-typescript-todomvc-2022",
1626
"dependencies": {
1727
"react": "^18.2.0",
1828
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)