@zohodesk/react-cli 1.1.7 → 1.1.8

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -44,6 +44,11 @@ Now to run app
44
44
 
45
45
  # Change Logs
46
46
 
47
+ # 1.1.8
48
+
49
+ **Issue Fix**
50
+ - Docs fix for Selector Replace 'always require arguement' issue.
51
+
47
52
  # 1.1.7
48
53
 
49
54
  **Feature**
@@ -85,7 +85,7 @@ module.exports = isSSTest => ({
85
85
  selectorWeightConfig,
86
86
  classNameBlob: false,
87
87
  cssUniqueness,
88
- selectorReplace: null,
88
+ selectorReplace,
89
89
  cssHashSelectors,
90
90
  classNamePrefix
91
91
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",