Commit 81cce5e0 authored by Iuri Matias's avatar Iuri Matias

add bin

parent deb7dd4d
#!/usr/bin/env node
require('../src/server');
......@@ -23,6 +23,10 @@
"scripts": {
"test": "standard"
},
"bin": {
"ethsim": "./bin/ethsim",
"remix-simulator": "./bin/ethsim"
},
"standard": {
"ignore": [
"node_modules/*"
......
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