Merge pull request #21 from RichardLitt/feat/docs
docs: Add a License file and minor doc edits
Showing
LICENSE.md
0 → 100644
{ | { | ||
"name": "remix-tests", | "name": "remix-tests", | ||
"version": "0.0.6", | "version": "0.0.6", | ||
"description": "", | "description": "Tests for the Ethereum tool suite Remix", | ||
"main": "./src/index.js", | "main": "./src/index.js", | ||
"contributors": [ | "contributors": [ | ||
{ | { | ||
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
"url": "git+https://github.com/ethereum/remix-tests.git" | "url": "git+https://github.com/ethereum/remix-tests.git" | ||
}, | }, | ||
"author": "Remix Team", | "author": "Remix Team", | ||
"license": "ISC", | "license": "MIT", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/ethereum/remix-tests/issues" | "url": "https://github.com/ethereum/remix-tests/issues" | ||
}, | }, | ||
... | ... |
Please
register
or
sign in
to comment