@zohodesk/codestandard-validator 0.0.4-exp-13 → 0.0.4-exp-14

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.
@@ -3,9 +3,6 @@
3
3
  const {
4
4
  checkIfPluginsAreInstalled
5
5
  } = require('./checkIfPluginsAreInstalled');
6
- const {
7
- installPlugins
8
- } = require('./installPlugins');
9
6
  const {
10
7
  printUninstalledPlugins
11
8
  } = require('./printUninstalledPlugins');
@@ -15,7 +12,6 @@ function arePluginsInstalled() {
15
12
  noPluginMessage
16
13
  } = checkIfPluginsAreInstalled();
17
14
  printUninstalledPlugins(uninstalledPlugins, noPluginMessage);
18
- installPlugins(uninstalledPlugins);
19
15
  }
20
16
  module.exports = {
21
17
  arePluginsInstalled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/codestandard-validator",
3
- "version": "0.0.4-exp-13",
3
+ "version": "0.0.4-exp-14",
4
4
  "description": "library to enforce code standard using eslint",
5
5
  "main": "index.js",
6
6
  "scripts": {