bulltrackers-module 1.0.164 → 1.0.165

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.
@@ -13,7 +13,7 @@
13
13
 
14
14
  const fs = require('fs');
15
15
  const path = require('path');
16
- const Viz = require('../node-graphviz'); // Uses your local module
16
+ const Viz = require('graphviz'); // Uses your local module
17
17
 
18
18
  /* --------------------------------------------------
19
19
  * Pretty Console Helpers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.164",
3
+ "version": "1.0.165",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -41,7 +41,8 @@
41
41
  "node-graphviz": "^0.1.1",
42
42
  "p-limit": "^3.1.0",
43
43
  "require-all": "^3.0.0",
44
- "sharedsetup": "latest"
44
+ "sharedsetup": "latest",
45
+ "graphviz": "latest"
45
46
  },
46
47
  "devDependencies": {
47
48
  "bulltracker-deployer": "file:../bulltracker-deployer"