We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4af4b8 commit e92b2eeCopy full SHA for e92b2ee
1 file changed
package.json
@@ -12,11 +12,11 @@
12
],
13
"homepage": "https://react-component.github.io/motion",
14
"bugs": {
15
- "url": "http://github.com/react-component/motion/issues"
+ "url": "https://github.com/react-component/motion/issues"
16
},
17
"repository": {
18
"type": "git",
19
- "url": "git@github.com:react-component/motion.git"
+ "url": "https://github.com/react-component/motion.git"
20
21
"license": "MIT",
22
"main": "./lib/index",
@@ -86,5 +86,8 @@
86
87
"tnpm": {
88
"mode": "npm"
89
+ },
90
+ "publishConfig": {
91
+ "access": "public"
92
}
93
0 commit comments