Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ochikov committed Mar 16, 2020
1 parent 5af9dfa commit e50cb4d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/etherlime-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/etherlime-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherlime-lib",
"version": "1.2.0",
"version": "1.2.1",
"description": "Etherlime Library API for deployment, interaction and testing of Etehreum smart contracts",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/etherlime-zos-deployer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/etherlime-zos-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherlime-zos-deployer",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@openzeppelin/upgrades": "^2.6.0-rc.1",
"etherlime-lib": "^1.2.0",
"etherlime-lib": "^1.2.1",
"typescript": "^3.5.1"
},
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion packages/etherlime/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/etherlime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherlime",
"version": "2.3.0",
"version": "2.3.1",
"description": "etherlime is an ethereum development and deployment framework based on ethers.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e50cb4d

Please sign in to comment.