@zohodesk/react-cli 1.1.25-exp.2 → 1.1.25-exp.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -93,7 +93,7 @@ var _default = (unique = true, {
93
93
 
94
94
 
95
95
  if (displayClassName) {
96
- return `${fileNameWithoutExt}_${localName}`;
96
+ return `${fileNameWithoutExt}__${localName}`;
97
97
  } // return cleanFileName
98
98
 
99
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.25-exp.2",
3
+ "version": "1.1.25-exp.3",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",