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 1e86fec commit 24b7af1Copy full SHA for 24b7af1
package.json
@@ -2,7 +2,10 @@
2
"name": "react-native-dotenv",
3
"version": "3.4.11",
4
"description": "Load environment variables using import statements.",
5
- "repository": "github:goatandsheep/react-native-dotenv",
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/goatandsheep/react-native-dotenv.git"
8
+ },
9
"homepage": "https://github.com/goatandsheep/react-native-dotenv",
10
"bugs": "https://github.com/goatandsheep/react-native-dotenv/issues",
11
"main": "index.js",
0 commit comments