diff --git a/CHANGELOG.md b/CHANGELOG.md index fa719dd..b6e1f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ If you are upgrading, please see [the upgrade guide](UPGRADING.md). -## [Unreleased] +## [Unreleased][unreleased] ## [4.0.0] - 2018-12-30 diff --git a/LICENSE.md b/LICENSE.md index 00bcc40..3b4b0e2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,9 +1,21 @@ # The MIT License (MIT) -**Copyright © 2012-present [Max Ogden](https://github.com/maxogden) and [Contributors](./CONTRIBUTORS.md).** +**Copyright © 2012-present [Max Ogden](https://github.com/maxogden) and [Contributors](CONTRIBUTORS.md).** -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: +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 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. +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. diff --git a/README.md b/README.md index 8c72f5a..cb7116b 100644 --- a/README.md +++ b/README.md @@ -241,15 +241,15 @@ Cross-browser Testing Platform and Open Source ♥ Provided by [Sauce Labs](http ## Contributing -`level-js` is an **OPEN Open Source Project**. This means that: +[`Level/level-js`](https://github.com/Level/level-js) is an **OPEN Open Source Project**. This means that: > Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project. -See the [contribution guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details. +See the [Contribution Guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details. ## License -[MIT](./LICENSE.md) © 2012-present [Max Ogden](https://github.com/maxogden) and [Contributors](./CONTRIBUTORS.md). +[MIT](LICENSE.md) © 2012-present [Max Ogden](https://github.com/maxogden) and [Contributors](CONTRIBUTORS.md). [level-badge]: http://leveldb.org/img/badge.svg diff --git a/package.json b/package.json index 4c7d566..916d2d7 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "devDependencies": { "airtap": "^2.0.0", "coveralls": "^3.0.2", - "hallmark": "0.1.0", - "level-community": "~3.0.0", + "hallmark": "^0.1.0", + "level-community": "^3.0.0", "level-concat-iterator": "^2.0.0", "nyc": "^13.1.0", "standard": "^12.0.1", @@ -48,6 +48,7 @@ "type": "git", "url": "https://github.com/Level/level-js.git" }, + "homepage": "https://github.com/Level/level-js", "keywords": [ "level", "leveldb",