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 07e28f2 commit e3cc81dCopy full SHA for e3cc81d
ern-local-cli/scripts/postinstall.js
@@ -16,7 +16,7 @@ const os = require('os')
16
// ....
17
// |_ .ernrc
18
19
-const PLATFORM_VERSION = '0.41.4'
+const PLATFORM_VERSION = '0.41.5'
20
// Path to ern platform root directory
21
const ERN_PATH = process.env['ERN_HOME'] || path.join(os.homedir(), '.ern')
22
// Path to ern global configuration file
lerna.json
@@ -1,5 +1,5 @@
1
{
2
"npmClient": "yarn",
3
"useWorkspaces": true,
4
- "version": "0.41.4"
+ "version": "0.41.5"
5
}
0 commit comments