react-native-dotenv
Advanced tools
Comparing version 0.0.4 to 0.1.0
@@ -1,2 +0,2 @@ | ||
var config = require("react-native/packager/rn-cli.config"); | ||
var path = require('path'); | ||
@@ -7,5 +7,5 @@ module.exports = { | ||
replacedModuleName: 'react-native-dotenv', | ||
configDir: config.getProjectRoots()[0] | ||
configDir: path.resolve(__dirname, "../../") | ||
}], | ||
], | ||
}; |
{ | ||
"name": "react-native-dotenv", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "A Babel preset let you `import` application configs from **.env** file (zero runtime dependency)", | ||
@@ -16,4 +16,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"babel-plugin-dotenv": "~0.0.2" | ||
"babel-plugin-dotenv": "0.1.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5261
+ Addedbabel-plugin-dotenv@0.1.0(transitive)
- Removedbabel-plugin-dotenv@0.0.2(transitive)
Updatedbabel-plugin-dotenv@0.1.0