RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@zohodesk/react-cli
Versions diffs
1.1.25-exp.2 → 1.1.25-exp.3
@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.
Files changed (2)
hide
show
package/lib/utils/cssClassNameGenerate.js
+1
-1
package/package.json
+1
-1
package/lib/utils/cssClassNameGenerate.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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",