Commit afe2ea3c authored by William Swanson's avatar William Swanson Committed by GitHub

Add git repository to package.json

This will create a link from NPM back to the project GitHub page. This will make things more discoverable.
parent 540f20e6
......@@ -3,6 +3,10 @@
"version": "0.0.13",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:joltup/react-native-threads.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment