Merge pull request #21 from RichardLitt/feat/docs

docs: Add a License file and minor doc edits
pull/7/head
Iuri Matias 6 years ago committed by GitHub
commit 58daab2b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      LICENSE.md
  2. 9
      README.md
  3. 4
      package.json

@ -0,0 +1,9 @@
MIT License
Copyright (c) 2018 Remix Team
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@ -3,6 +3,8 @@
Remix-Tests
---
> Tests for the Ethereum tool suite [Remix](https://github.com/ethereum/remix)
### Installation
`npm -g install remix-tests`
@ -107,3 +109,10 @@ params:
`finalCallback(err)` - called when all tests finish running.
`importCb(url, cb)`
## Contribute
Please feel free! Open an issue or a pull request. Please conform to [`standard`](https://standardjs.com/) for code styles, and make sure that you add any relevant tests.
## License
[MIT](LICENSE.md) © 2018 Remix Team

@ -1,7 +1,7 @@
{
"name": "remix-tests",
"version": "0.0.6",
"description": "",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./src/index.js",
"contributors": [
{
@ -25,7 +25,7 @@
"url": "git+https://github.com/ethereum/remix-tests.git"
},
"author": "Remix Team",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum/remix-tests/issues"
},

Loading…
Cancel
Save