From 1ac30db66d92c2e0fccc2f74f2ef545151b2f4fe Mon Sep 17 00:00:00 2001 From: Bryan Lee <42545742+bryanmylee@users.noreply.github.com> Date: Sat, 7 May 2022 10:10:18 +0800 Subject: [PATCH 1/2] add license --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..45950b1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Bryan Lee + +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. From 6747ff7b3b6705f3bac2572c1e14c0a459a7b749 Mon Sep 17 00:00:00 2001 From: Bryan Lee Date: Sat, 7 May 2022 10:17:40 +0800 Subject: [PATCH 2/2] chore: add meta info --- package-lock.json | 5 +++-- package.json | 19 ++++++++++++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cffc73a..58faac4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,13 @@ { "name": "svelte-subscribe", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "svelte-subscribe", - "version": "1.0.2", + "version": "1.0.3", + "license": "MIT", "devDependencies": { "@sveltejs/adapter-auto": "next", "@sveltejs/kit": "next", diff --git a/package.json b/package.json index 4a69161..e6cc72e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-subscribe", - "version": "1.0.2", + "version": "1.0.3", "scripts": { "dev": "svelte-kit dev", "build": "svelte-kit build", @@ -14,6 +14,23 @@ "test": "jest --collect-coverage", "test:watch": "npm test -- --watch" }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/bryanmylee/svelte-subscribe.git" + }, + "keywords": [ + "svelte", + "sveltejs", + "stores", + "subscribe", + "subscription" + ], + "author": "Bryan Lee", + "license": "MIT", + "bugs": { + "url": "https://github.com/bryanmylee/svelte-subscribe/issues" + }, + "homepage": "https://github.com/bryanmylee/svelte-popperjs#readme", "devDependencies": { "@sveltejs/adapter-auto": "next", "@sveltejs/kit": "next",