Skip to content

Commit

Permalink
feat: ⬆️ update gitmoji to v3.13.1 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Dec 30, 2022
1 parent dd92433 commit b8ddaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs');

const file = fs.createWriteStream('./src/vendors/gitmojis.json');
const request = https.get(
'https://raw.githubusercontent.com/carloscuesta/gitmoji/v3.8.0/src/data/gitmojis.json',
'https://raw.githubusercontent.com/carloscuesta/gitmoji/v3.13.1/packages/gitmojis/src/gitmojis.json',
function (response) {
response.pipe(file);
},
Expand Down

0 comments on commit b8ddaff

Please sign in to comment.