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 b9e52c4 commit c73454aCopy full SHA for c73454a
ern-local-cli/scripts/postinstall.js
@@ -16,7 +16,7 @@ const os = require('os')
16
// ....
17
// |_ .ernrc
18
19
-const PLATFORM_VERSION = '0.41.7'
+const PLATFORM_VERSION = '0.41.8'
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.7"
+ "version": "0.41.8"
5
}
0 commit comments