fix package.json repo link
Showing
| ... | @@ -5,8 +5,12 @@ | ... | @@ -5,8 +5,12 @@ |
| "main": "src/index.js", | "main": "src/index.js", | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "github.com:ProjectSeptemberInc/gl-react-native.git" | "url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git" | ||
| }, | }, | ||
| "bugs": { | |||
| "url": "https://github.com/ProjectSeptemberInc/gl-react-native/issues" | |||
| }, | |||
| "homepage": "https://github.com/ProjectSeptemberInc/gl-react-native#readme", | |||
| "keywords": [ | "keywords": [ | ||
| "gl", | "gl", | ||
| "opengl", | "opengl", | ||
| ... | ... |
Please register or sign in to comment