Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Add db to package.json as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
fainashalts authored and g. nicholas d'andrea committed Oct 27, 2020
1 parent 0abaefa commit d964049
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/truffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"webpack-cli": "^3.3.11",
"yargs": "^8.0.2"
},
"optionalDependencies": {
"@truffle/db": "^0.1.0-3"
},
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/workflow-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@truffle/expect": "^0.0.15",
"@truffle/external-compile": "^2.0.3",
"@truffle/resolver": "^6.0.24",
"@truffle/db": "^0.1.0-3",
"fs-extra": "^8.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit d964049

Please sign in to comment.