Commit 10ef970d authored by yann300's avatar yann300

bump version

parent 18ea0138
## Change Log
### v0.1.13 (2019/06/25 08:02 +00:00)
- [#1236](https://github.com/ethereum/remix/pull/1236) output ast from compilation result (@yann300)
- [#1234](https://github.com/ethereum/remix/pull/1234) use babel 7 (@yann300)
\ No newline at end of file
{
"name": "remix-astwalker",
"version": "0.0.3",
"version": "0.0.4",
"description": "Remix sub-module for walking through AST",
"main": "dist/index.js",
"scripts": {
......@@ -32,9 +32,9 @@
]
},
"dependencies": {
"remix-lib": "^0.4.6",
"@types/tape": "^4.2.33",
"nyc": "^13.3.0",
"remix-lib": "^0.4.6",
"tape": "^4.10.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"
......
{
"name": "remix-simulator",
"version": "0.1.8-alpha.2",
"version": "0.1.8",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......
{
"name": "remix-solidity",
"version": "0.3.9",
"version": "0.3.10",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......
{
"name": "remix-tests",
"version": "0.1.12",
"version": "0.1.13",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
......@@ -43,8 +43,8 @@
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-lib": "0.4.7",
"remix-simulator": "0.1.8-alpha.2",
"remix-solidity": "0.3.9",
"remix-simulator": "0.1.8",
"remix-solidity": "0.3.10",
"signale": "^1.2.1",
"web3": "1.0.0-beta.36",
"winston": "^3.0.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment