mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-22 18:33:50 +01:00
Rename branch
master -> generator
This commit is contained in:
parent
d7a88e7969
commit
3a5dba6a41
@ -23,7 +23,7 @@ after_success:
|
|||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- generator
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"author": "ikatyang",
|
"author": "ikatyang",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/ikatyang/emoji-cheat-sheet",
|
"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": {
|
"scripts": {
|
||||||
"generate": "node ./scripts/generate.js"
|
"generate": "node ./scripts/generate.js"
|
||||||
},
|
},
|
||||||
|
@ -9,7 +9,7 @@ module.exports = class Markdown {
|
|||||||
|
|
||||||
# ${title}
|
# ${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
|
## Table of Contents
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user