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.
1 parent 21ab546 commit 738f30bCopy full SHA for 738f30b
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