mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-22 02:13:48 +01:00
Rename branch
master -> generator
This commit is contained in:
parent
d7a88e7969
commit
3a5dba6a41
@ -23,7 +23,7 @@ after_success:
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- generator
|
||||
|
||||
cache:
|
||||
yarn: true
|
||||
|
@ -4,7 +4,7 @@
|
||||
"author": "ikatyang",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/ikatyang/emoji-cheat-sheet",
|
||||
"repository": "https://github.com/ikatyang/emoji-cheat-sheet/tree/master",
|
||||
"repository": "https://github.com/ikatyang/emoji-cheat-sheet/tree/generator",
|
||||
"scripts": {
|
||||
"generate": "node ./scripts/generate.js"
|
||||
},
|
||||
|
@ -9,7 +9,7 @@ module.exports = class Markdown {
|
||||
|
||||
# ${title}
|
||||
|
||||
This cheat sheet is auto-generated from ${urlDescriptions} using [emoji-cheat-sheet-generator](https://github.com/ikatyang/emoji-cheat-sheet/tree/master).
|
||||
This cheat sheet is auto-generated from ${urlDescriptions} using [emoji-cheat-sheet-generator](https://github.com/ikatyang/emoji-cheat-sheet/tree/generator).
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user