1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

remove rollup from dependencies

This commit is contained in:
Matthias Kretschmann 2019-02-28 14:51:49 -03:00 committed by Pedro Gutiérrez
parent 8c23e99989
commit d087c72231

View File

@ -61,7 +61,6 @@
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.8.5",
"@oceanprotocol/secret-store-client": "~0.0.14",
"@types/node-fetch": "^2.1.4",
"bignumber.js": "^8.0.1",
"deprecated-decorator": "^0.1.6",
"ethereumjs-util": "^6.0.0",
@ -76,13 +75,13 @@
"@types/chai-spies": "^1.0.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.17",
"@types/node-fetch": "^2.1.4",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"cross-env": "^5.2.0",
"mocha": "^5.2.0",
"mocha-parallel-tests": "^2.0.6-alpha.3",
"nyc": "^13.1.0",
"rollup": "^1.1.0",
"source-map-support": "^0.5.9",
"truffle-hdwallet-provider": "^1.0.4",
"ts-node": "^7.0.1",