Skip to content

Commit e92b2ee

Browse files
committed
chore: standardize package metadata
1 parent a4af4b8 commit e92b2ee

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313
"homepage": "https://react-component.github.io/motion",
1414
"bugs": {
15-
"url": "http://github.com/react-component/motion/issues"
15+
"url": "https://github.com/react-component/motion/issues"
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git@github.com:react-component/motion.git"
19+
"url": "https://github.com/react-component/motion.git"
2020
},
2121
"license": "MIT",
2222
"main": "./lib/index",
@@ -86,5 +86,8 @@
8686
},
8787
"tnpm": {
8888
"mode": "npm"
89+
},
90+
"publishConfig": {
91+
"access": "public"
8992
}
9093
}

0 commit comments

Comments
 (0)