Commit 870257fc authored by Travis Nuttall's avatar Travis Nuttall Committed by GitHub

Merge pull request #45 from swansontec/patch-1

Add git repository to package.json
parents 540f20e6 afe2ea3c
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
"version": "0.0.13", "version": "0.0.13",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:joltup/react-native-threads.git"
},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "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