We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21ab546 + 738f30b commit 19eba89Copy full SHA for 19eba89
bin/lib.js
@@ -7,7 +7,7 @@ import {pathExists} from 'path-exists';
7
import fileExists from 'file-exists';
8
9
const gitmojiUrl
10
- = 'https://raw.githubusercontent.com/carloscuesta/gitmoji/master/src/data/gitmojis.json';
+ = 'https://raw.githubusercontent.com/carloscuesta/gitmoji/master/packages/gitmojis/src/gitmojis.json';
11
const prepareCommitMessageFileName = 'prepare-commit-msg';
12
13
const gitmojiCommitHookComand = `#!/bin/sh
0 commit comments