@summer_icicle/time-traveler 0.1.1 → 0.1.3

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/README.md CHANGED
@@ -77,6 +77,13 @@ Time Traveler has been stress-tested against repositories including:
77
77
 
78
78
  ## Installation
79
79
 
80
+ ```bash
81
+ npm i -g @summer_icicle/time-traveler
82
+ ```
83
+
84
+
85
+ or, alternatively, you can install it from github and build it yourself.
86
+
80
87
  Clone the repository:
81
88
 
82
89
  ```bash
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ const program = new Command();
7
7
  program
8
8
  .name("time-traveler")
9
9
  .description("Turn your Git history into music")
10
- .version("0.1.1");
10
+ .version("0.1.3");
11
11
  registerAnalyzeCommand(program);
12
12
  registerExportCommand(program);
13
13
  registerPlayCommand(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@summer_icicle/time-traveler",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "A command-line tool that turns Git history into music",
5
5
  "type": "module",
6
6
  "bin": {