Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "editenv", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "EditEnv is a simple and efficient Node.js library for loading, parsing, editing, and saving .env files. Ideal for programmatically managing environment variables in your projects.", | ||
"main": "src/index.js", | ||
"main": "lib/index.cjs.js", | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -23,2 +29,2 @@ "test": "jest", | ||
} | ||
} | ||
} |
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
629482