Compare commits
No commits in common. "6025e2b269560f059d9810da32c6b084d0464168" and "a290eb945aaf83b53e09e2b1094c38fd586e1217" have entirely different histories.
6025e2b269
...
a290eb945a
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "card-drop",
|
||||
"version": "0.8.0",
|
||||
"version": "0.7.0",
|
||||
"main": "./dist/bot.js",
|
||||
"typings": "./dist",
|
||||
"scripts": {
|
||||
"clean": "rm -rf node_modules/ dist/",
|
||||
"build": "tsc",
|
||||
"start": "node ./dist/bot.js",
|
||||
"test": "echo true",
|
||||
"test": "jest",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
|
||||
|
|
Loading…
Reference in a new issue