git-truck 1.1.8 → 1.1.9
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.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -2301,7 +2301,7 @@ var import_path2 = require("path");
|
|
|
2301
2301
|
|
|
2302
2302
|
// package.json
|
|
2303
2303
|
var name = "git-truck";
|
|
2304
|
-
var version = "1.1.
|
|
2304
|
+
var version = "1.1.9";
|
|
2305
2305
|
var private2 = false;
|
|
2306
2306
|
var description = "Visualizing a Git repository";
|
|
2307
2307
|
var license = "MIT";
|