mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Merge pull request #269 from ProfessorDey/patch-5
Remove Babel from Dependencies
This commit is contained in:
commit
8be75919cc
2 changed files with 263 additions and 2176 deletions
2434
package-lock.json
generated
2434
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,9 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/cli": "^7.6.2",
|
|
||||||
"@babel/core": "^7.6.2",
|
|
||||||
"app-root-path": "^2.2.1",
|
"app-root-path": "^2.2.1",
|
||||||
"babel-preset-node8": "^1.2.0",
|
|
||||||
"bitcoin": "^3.0.1",
|
"bitcoin": "^3.0.1",
|
||||||
"braces": "^2.3.1",
|
"braces": "^2.3.1",
|
||||||
"chrono-node": "^1.3.11",
|
"chrono-node": "^1.3.11",
|
||||||
|
@ -25,8 +22,6 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prettier": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
|
"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",
|
"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"
|
"test": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240 --list-different && npm audit && npm i"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue