From 613698b86d84b318d14dd5e52aad1f0ce9cd2879 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 5 Jan 2019 12:46:41 +0100 Subject: [PATCH 1/7] Sort package.json --- package.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 9307ac2..6aeab88 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,33 @@ { "name": "level-packager", - "description": "LevelUP package helper for distributing with a LevelDOWN-compatible back-end", "version": "5.0.0", - "repository": { - "type": "git", - "url": "https://github.com/Level/packager.git" - }, + "description": "LevelUP package helper for distributing with a LevelDOWN-compatible back-end", + "license": "MIT", + "main": "level-packager.js", "scripts": { "test": "standard && hallmark && nyc node test.js", "coverage": "nyc report --reporter=text-lcov | coveralls", "hallmark": "hallmark --fix" }, + "dependencies": { + "encoding-down": "^6.0.0", + "levelup": "^4.0.0" + }, + "devDependencies": { + "coveralls": "^3.0.2", + "hallmark": "^0.1.0", + "level-community": "^3.0.0", + "nyc": "^12.0.2", + "standard": "^12.0.0", + "tape": "^4.0.0" + }, "hallmark": { "community": "level-community" }, + "repository": { + "type": "git", + "url": "https://github.com/Level/packager.git" + }, "homepage": "https://github.com/Level/packager", "keywords": [ "leveldb", @@ -24,20 +38,6 @@ "storage", "json" ], - "main": "level-packager.js", - "dependencies": { - "encoding-down": "^6.0.0", - "levelup": "^4.0.0" - }, - "license": "MIT", - "devDependencies": { - "coveralls": "^3.0.2", - "hallmark": "^0.1.0", - "level-community": "^3.0.0", - "nyc": "^12.0.2", - "standard": "^12.0.0", - "tape": "^4.0.0" - }, "engines": { "node": ">=6" } From 2ef3ef5c4383f02084c504b0d1f318ac08c08c6c Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 5 Jan 2019 12:46:42 +0100 Subject: [PATCH 2/7] Add 'level' to package keywords --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6aeab88..4b30778 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ }, "homepage": "https://github.com/Level/packager", "keywords": [ + "level", "leveldb", "stream", "database", From c4b189289f451c5ff4dff44a123a614bbe085607 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 5 Jan 2019 12:46:42 +0100 Subject: [PATCH 3/7] Update LICENSE.md --- LICENSE.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index a81baf5..7dd1735 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,9 +1,21 @@ # The MIT License (MIT) -**Copyright © 2013-present `level-packager` [Contributors](./CONTRIBUTORS.md).** +**Copyright © 2013-present [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. From 8dc608df36777b650633b02586f2650a2665a7bc Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 5 Jan 2019 12:46:43 +0100 Subject: [PATCH 4/7] Update License section in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3bbc1f..ddbc603 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ See the [contribution guide](https://github.com/Level/community/blob/master/CONT ## License -[MIT](./LICENSE.md) © 2013-present `level-packager` [Contributors](./CONTRIBUTORS.md). +[MIT](LICENSE.md) © 2013-present [Contributors](CONTRIBUTORS.md). [level-badge]: http://leveldb.org/img/badge.svg From d7205dbd91480fed056a608795355fdf81f72c1a Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 5 Jan 2019 12:46:43 +0100 Subject: [PATCH 5/7] Update Contributing section in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddbc603..3f73020 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ Also available is a _test.js_ file that can be used to verify that the user-pack ## Contributing -`level-packager` is an **OPEN Open Source Project**. This means that: +[`Level/packager`](https://github.com/Level/packager) 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 From fb97206f4a758265ff0187c5b5e4b826d519775a Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 5 Jan 2019 12:46:50 +0100 Subject: [PATCH 6/7] Run hallmark --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7d39a4c..c1051c4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -4,8 +4,8 @@ | :------------------- | :----------------------------------------------------- | :-------------------------------------------------------------- | | **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) | | **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) | -| **Rod Vagg** | [**@rvagg**](https://github.com/rvagg) | [**@rvagg@twitter**](https://twitter.com/rvagg) | | **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) | +| **Rod Vagg** | [**@rvagg**](https://github.com/rvagg) | [**@rvagg@twitter**](https://twitter.com/rvagg) | | **Matteo Collina** | [**@mcollina**](https://github.com/mcollina) | [**@matteocollina@twitter**](https://twitter.com/matteocollina) | | **Deian Stefan** | [**@deian**](https://github.com/deian) | | | **Andrew Kelley** | [**@andrewrk**](https://github.com/andrewrk) | | From 4e34ca474cd1da8926170a7938c49aaa663d85c3 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 5 Jan 2019 13:24:45 +0100 Subject: [PATCH 7/7] Fix 'Do not use upper-case characters in definition labels' in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cecd4..e212dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [Unreleased][unreleased] ## [5.0.0] - 2018-12-27