Merge pull request #269 from ProfessorDey/patch-5

Remove Babel from Dependencies
This commit is contained in:
Ralph 2019-10-09 20:18:37 -04:00 committed by GitHub
commit 8be75919cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 263 additions and 2176 deletions

2434
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,6 @@
{
"dependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"app-root-path": "^2.2.1",
"babel-preset-node8": "^1.2.0",
"bitcoin": "^3.0.1",
"braces": "^2.3.1",
"chrono-node": "^1.3.11",
@ -25,8 +22,6 @@
},
"scripts": {
"prettier": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
"build": "babel bot -d dist",
"prod": "babel bot -d dist & node dist/bot.js",
"lint": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
"test": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240 --list-different && npm audit && npm i"
},