Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Replace truffle-workflow-compile with used packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomaru committed Apr 30, 2019
1 parent db52479 commit 2ccd4c8
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 124 deletions.
170 changes: 47 additions & 123 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion package.json
Expand Up @@ -6,17 +6,24 @@
"dependencies": {
"armlet": "^2.5.1",
"configstore": "^4.0.0",
"debug": "^4.1.1",
"find-cache-dir": "^2.1.0",
"inquirer": "^6.2.2",
"js-yaml": "^3.12.1",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"multi-progress": "^2.0.0",
"proxyquire": "^2.1.0",
"remix-lib": ">=0.4.1",
"scrypt": "^6.0.3",
"sleep": "^6.0.0",
"tiny-async-pool": "^1.0.4",
"truffle-workflow-compile": ">=2.0.12"
"truffle-artifactor": "^4.0.12",
"truffle-compile-vyper": "^1.0.12",
"truffle-config": "^1.1.9",
"truffle-expect": "0.0.7",
"truffle-external-compile": "^1.0.8",
"truffle-resolver": "^5.0.12"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit 2ccd4c8

Please sign in to comment.