Skip to content

Commit

Permalink
Feature: Add support for importing contracts package (#54)
Browse files Browse the repository at this point in the history
* start tracking built contracts

* Remove git tracking build folder
  • Loading branch information
pi0neerpat authored Apr 22, 2020
1 parent 311512c commit 1c9c8ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/data
/node_modules
/build
/coverage.json
/coverage
/.env
/data
*.ignore.*
yarn.lock
/build
4 changes: 4 additions & 0 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"repository": "https://github.com/rtoken-project/rtoken-monorepo",
"homepage": "https://rdai.money/",
"license": "MIT",
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json"
],
"dependencies": {
"@openzeppelin/contracts": "2.4.0",
"contracts": "^0.4.0"
Expand Down
1 change: 1 addition & 0 deletions packages/utils/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ package-lock.json
*.swp
.env
.env.*
dist/

0 comments on commit 1c9c8ac

Please sign in to comment.