mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
format
This commit is contained in:
parent
357972ec77
commit
39764053ac
2 changed files with 2 additions and 3 deletions
|
|
@ -111,7 +111,6 @@
|
|||
"to": "https://cdn.discordapp.com/emojis/829545048340168757.png?v=1"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"type": "emoji",
|
||||
"from": "100",
|
||||
|
|
@ -6882,4 +6881,4 @@
|
|||
"from": "secret",
|
||||
"to": "㊙️"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "@monkeytype/release",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"monkeytype-release": "./src/index.js"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "nodemon --watch src --exec \"node ./src/index.js --dry\"",
|
||||
"dev-hotfix": "nodemon --watch src --exec \"node ./src/index.js --dry --hotfix\"",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue