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 3a26ed3 commit 74f2806Copy full SHA for 74f2806
.gitignore
@@ -7,6 +7,7 @@ npm-debug.log*
7
lib/
8
dist/
9
build/
10
+es/
11
coverage/
12
node_modules/
13
examples/test
packages/env/build.json
@@ -9,5 +9,6 @@
"build-plugin-rax-api-builder"
]
- ]
+ ],
+ "mockNodeEnv": false
14
}
packages/env/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "universal-env",
3
"author": "rax",
4
- "version": "3.2.0",
+ "version": "3.2.1",
5
"description": "",
6
"main": "lib/index.js",
"files": [
0 commit comments