Commit a342b78d authored by ioedeveloper's avatar ioedeveloper

Moved tslib from dev dependency to main dependency

parent bee4b883
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -33,13 +33,14 @@
"homepage": "https://github.com/ethereum/remixd#readme",
"dependencies": {
"@remixproject/plugin": "0.3.0-beta.5",
"@remixproject/plugin-ws": "0.3.0-beta.5",
"@remixproject/plugin-api": "0.3.0-beta.5",
"@remixproject/plugin-utils": "0.3.0-beta.5",
"@remixproject/plugin-ws": "0.3.0-beta.5",
"chokidar": "^2.1.8",
"commander": "^2.20.3",
"fs-extra": "^3.0.1",
"isbinaryfile": "^3.0.2",
"tslib": "^2.0.1",
"ws": "^7.3.0"
},
"python": {
......@@ -62,7 +63,6 @@
"eslint-plugin-standard": "4.0.1",
"nodemon": "^2.0.4",
"ts-node": "^8.10.1",
"tslib": "^2.0.1",
"typescript": "^3.9.3"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment