@nozich/git-mood 0.1.3 → 0.1.4

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/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "git-mood"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  edition = "2021"
5
5
  description = "Color your GitHub contribution graph with the mood of your git commits"
6
6
  license = "MIT"
package/bin/cli.js CHANGED
@@ -5,7 +5,7 @@ const path = require('path');
5
5
  const https = require('https');
6
6
  const { spawn } = require('child_process');
7
7
 
8
- const VERSION = '0.1.3';
8
+ const VERSION = '0.1.4';
9
9
  const REPO = 'anilcan-kara/git-mood';
10
10
 
11
11
  const platform = process.platform;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nozich/git-mood",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Color your GitHub contribution graph with the mood of your git commits",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {
7
- "git-mood": "./bin/cli.js"
7
+ "git-mood": "bin/cli.js"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",