@zohodesk/react-cli 1.1.11-exp.4 → 1.1.11-exp.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ root => {
28
28
  ks.forEach(k => {
29
29
  if (/^\^/gi.test(k)) {
30
30
  if (k.replace('^', '') === decl.value) {
31
- decl.value = decl.value.replace(k, obj.values[k]);
31
+ decl.value = decl.value.replace(k.replace('^', ''), obj.values[k]);
32
32
  return;
33
33
  }
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.11-exp.4",
3
+ "version": "1.1.11-exp.5",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",