cob-cli 2.22.0 → 2.23.0

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.
@@ -22,6 +22,7 @@ module.exports = env => {
22
22
  },
23
23
  liveReload: true,
24
24
  port: 8040,
25
+ host: "0.0.0.0",
25
26
  stats: {
26
27
  maxModules: 0 // Set the maximum number of modules to be shown
27
28
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cob-cli",
3
- "version": "2.22.0",
3
+ "version": "2.23.0",
4
4
  "description": "A command line utility to help Cult of Bits partners develop with higher speed and reusing common code and best practices.",
5
5
  "preferGlobal": true,
6
6
  "repository": {
@@ -11,4 +11,9 @@
11
11
  .cob-app .instance-detail-container div.instance-container ol.fields li > table > tbody > tr > td:nth-child(3) input {
12
12
  max-width: 230px;
13
13
  width: -webkit-fill-available;
14
- } */
14
+ } */
15
+
16
+ .cob-app .nav > li > a.js-menu-rm-importer-stats,
17
+ .cob-app .nav > li > a.js-menu-reports {
18
+ display:none
19
+ }