Skip to content

Commit

Permalink
switch back to adding content provider when build civil.ts now that p…
Browse files Browse the repository at this point in the history
…ut takes variables
  • Loading branch information
walfly committed Apr 19, 2018
1 parent ecc5f47 commit a4dbe4b
Show file tree
Hide file tree
Showing 13 changed files with 128,799 additions and 221 deletions.
5 changes: 4 additions & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@joincivil/dev-utils": "^1.2.2",
"@joincivil/doxity": "^0.0.1",
"@joincivil/tslint-rules": "^2.6.1",
"@joincivil/utils": "^1.1.3",
"@joincivil/typescript-types": "^1.0.0",
"@joincivil/utils": "^1.1.3",
"@types/chai": "^4.0.10",
"@types/chai-as-promised": "^7.1.0",
"@types/glob": "^5.0.34",
Expand All @@ -56,5 +56,8 @@
"typescript": "^2.7.2",
"web3": "^0.20.3",
"zeppelin-solidity": "1.7.0"
},
"dependencies": {
"@joincivil/typescript-types": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "^2.7.2"
},
"dependencies": {
"@joincivil/utils": "^1.1.3",
"@joincivil/utils": "^1.1.4",
"bignumber.js": "^5.0.0",
"debug": "^3.1.0",
"ethereumjs-util": "^5.1.5",
Expand Down
Loading

0 comments on commit a4dbe4b

Please sign in to comment.