removed rollup

This commit is contained in:
Jan Prochazka
2020-03-14 09:56:01 +01:00
parent 40bc48e80d
commit 6a13d9fa19
3 changed files with 1 additions and 111 deletions

View File

@@ -22,17 +22,12 @@
"scripts": {
"start": "nodemon src/index.js",
"ts": "tsc",
"build": "rollup --config",
"build2": "webpack"
"build": "webpack"
},
"devDependencies": {
"@dbgate/types": "^0.1.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@types/lodash": "^4.14.149",
"nodemon": "^2.0.2",
"rollup": "^2.0.6",
"typescript": "^3.7.4",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"