Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
haltman-at committed Jun 18, 2020
1 parent 85c0799 commit 142b632
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.1.30",
"version": "5.1.31",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -24,7 +24,7 @@
"@truffle/contract": "^4.2.9",
"@truffle/contract-sources": "^0.1.7",
"@truffle/debug-utils": "^4.1.6",
"@truffle/debugger": "^7.5.1",
"@truffle/debugger": "^7.5.2",
"@truffle/decoder": "^4.3.7",
"@truffle/deployer": "^3.1.25",
"@truffle/environment": "^0.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "7.5.1",
"version": "7.5.2",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/truffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.1.30",
"version": "5.1.31",
"main": "./build/library.bundled.js",
"bin": {
"truffle": "./build/cli.bundled.js"
Expand All @@ -33,8 +33,8 @@
"devDependencies": {
"@truffle/box": "^1.0.62",
"@truffle/contract": "^4.2.9",
"@truffle/core": "^5.1.30",
"@truffle/debugger": "^7.5.1",
"@truffle/core": "^5.1.31",
"@truffle/debugger": "^7.5.2",
"@truffle/interface-adapter": "^0.4.9",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
Expand Down

0 comments on commit 142b632

Please sign in to comment.