mirror of
https://github.com/status-im/react-native-randombytes.git
synced 2026-08-30 18:41:15 +00:00
Add repository section to package.json
Added repository section, so the github url will be shown in npmjs.com
This commit is contained in:
committed by
Mark Vayngrib
parent
a7728d7a91
commit
5a1ff4c56e
@@ -3,6 +3,10 @@
|
||||
"version": "3.0.0",
|
||||
"description": "randomBytes for react-native",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mvayngrib/react-native-randombytes.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user