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

publishing #1010

Merged
merged 1 commit into from
Oct 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"version": "0.1.0",
"version": "0.1.1",
"devDependencies": {
"gulp": "^3.9.1",
"lerna": "^2.10.2"
},
"scripts": {
"diff": "lerna diff",
"updated": "lerna updated",
"bootstrap": "lerna bootstrap",
"publish": "lerna publish",
"release": "lerna bootstrap; lerna publish; gulp; gulp publishTag;"
"release": "lerna bootstrap; lerna publish;",
"tag": "gulp; gulp publishTag;"
}
}
2 changes: 1 addition & 1 deletion remix-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-solidity",
"version": "0.2.10",
"version": "0.2.11",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand Down
4 changes: 2 additions & 2 deletions remix-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-tests",
"version": "0.0.15",
"version": "0.0.16",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./src/index.js",
"contributors": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"commander": "^2.13.0",
"remix-lib": "0.3.10",
"remix-simulator": "^0.0.4",
"remix-solidity": "0.2.10",
"remix-solidity": "0.2.11",
"signale": "^1.2.1",
"solc": "^0.4.24",
"standard": "^10.0.3",
Expand Down