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

Commit

Permalink
Add bootstrapping using a previous version of the CLI (#1294)
Browse files Browse the repository at this point in the history
* add bootstrapping

* fix duplicate contract

* fix tests that relied on order of an array

* remove unnecessary use of npx

* add network.js to fix tests

* add back truffle.js

* remove ts-node from truffle config

* fix tests that depended on array order
  • Loading branch information
frangio authored and nventuro committed Nov 28, 2019
1 parent 7f641a7 commit 855c2ad
Show file tree
Hide file tree
Showing 10 changed files with 4,087 additions and 62 deletions.
15 changes: 15 additions & 0 deletions bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "@openzeppelin/bootstrap",
"version": "2.6.0",
"license": "MIT",
"private": true,
"bin": {
"oz-2.5.3": "node_modules/.bin/oz"
},
"dependencies": {
"@openzeppelin/cli": "2.5.3"
},
"resolutions": {
"@openzeppelin/cli/@openzeppelin/upgrades": "2.5.3"
}
}
Loading

0 comments on commit 855c2ad

Please sign in to comment.