This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1baafb6
commit 7b2ed4a
Showing
17 changed files
with
48 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "cli-with-deps", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Sample CLI project for ZeppelinOS", | ||
"author": "[email protected]", | ||
"private": true, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"dep-basic": "^2.0.0", | ||
"dep-basic": "^2.0.1", | ||
"openzeppelin-zos": "^1.9.1", | ||
"truffle": "^4.1.14", | ||
"zos": "^2.0.0", | ||
"zos-lib": "^2.0.0" | ||
"zos": "^2.0.1", | ||
"zos-lib": "^2.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "dep-basic", | ||
"private": true, | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Sample basic dependency library for ZeppelinOS", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"truffle": "^4.1.14", | ||
"zos": "^2.0.0", | ||
"zos-lib": "^2.0.0" | ||
"zos": "^2.0.1", | ||
"zos-lib": "^2.0.1" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.