@zohodesk/react-cli 0.0.1-beta.163 → 0.0.1-beta.164

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/bin/cli.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A CLI tool for build modern web application and libraries
4
4
 
5
+ # 0.0.1-beta.164
6
+
7
+ - typo fix
8
+
5
9
  # 0.0.1-beta.163
6
10
 
7
11
  - **Issue Fix:-**
package/bin/cli.js CHANGED
@@ -12,7 +12,7 @@ const { log } = require('../lib/utils');
12
12
  const options = getOptions();
13
13
 
14
14
  const { esLint: esLintOptions } = options || {};
15
- const { preprocessor: preprocess } = options;
15
+ const { preprocess } = options;
16
16
  const {
17
17
  ignoreFilePaths: esLintIgnorePaths,
18
18
  fix: esLintFix,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "0.0.1-beta.163",
3
+ "version": "0.0.1-beta.164",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",