Skip to content

Commit

Permalink
Use top-level Chainlink package
Browse files Browse the repository at this point in the history
  • Loading branch information
thodges-gh committed Jan 2, 2019
1 parent cdaed7e commit 1f5faa2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 27 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
"files": [
"/tools/sa_requester/bin",
"/tools/sa_requester/lib",
"/solidity"
"/solidity",
"/zos.json"
],
"standard": {
"parser": "babel-eslint",
Expand Down
2 changes: 0 additions & 2 deletions solidity/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
node_modules/
build/
.python-version
.zos.session
package-lock.json
16 changes: 0 additions & 16 deletions solidity/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions solidity/zos.json

This file was deleted.

1 change: 1 addition & 0 deletions solidity/zos.json
8 changes: 8 additions & 0 deletions zos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"zosversion": "2",
"name": "github:smartcontractkit/chainlink",
"version": "0.1.0",
"contracts": {
"Chainlinked": "Chainlinked"
}
}

0 comments on commit 1f5faa2

Please sign in to comment.