From db05f99c964482a5a34870c357be1dc13f327006 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Thu, 31 Mar 2022 06:03:44 +0200 Subject: [PATCH] added licence + fixed dependencies --- LICENCE | 22 ++++++++++++++++++++++ package.json | 8 ++++---- yarn.lock | 17 +++++++++-------- 3 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 LICENCE diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..d4927dc --- /dev/null +++ b/LICENCE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright © 2022 + + +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. diff --git a/package.json b/package.json index a13ac2c..9afa100 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "snippets-ts", - "version": "0.0.1", - "description": "Private typescript snippets library", + "name": "vikingowls-ts-snippets", + "version": "0.0.2", + "description": "Vikingowls typescript snippets library", "main": "./dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git://git.harting.dev/vikingowl/snippets-ts.git" + "url": "https://git.harting.dev/vikingowl/snippets-ts" }, "bugs": { "url": "https://git.harting.dev/vikingowl/snippets-ts/issues" diff --git a/yarn.lock b/yarn.lock index 105dc10..d616b20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,14 +5,6 @@ __metadata: version: 6 cacheKey: 8 -"snippets-ts@workspace:.": - version: 0.0.0-use.local - resolution: "snippets-ts@workspace:." - dependencies: - typescript: ^4.6.3 - languageName: unknown - linkType: soft - "typescript@npm:^4.6.3": version: 4.6.3 resolution: "typescript@npm:4.6.3" @@ -32,3 +24,12 @@ __metadata: checksum: 6bf45caf847062420592e711bc9c28bf5f9a9a7fa8245343b81493e4ededae33f1774009d1234d911422d1646a2c839f44e1a23ecb111b40a60ac2ea4c1482a8 languageName: node linkType: hard + +"vikingowls-ts-snippets@^0.0.1, vikingowls-ts-snippets@workspace:.": + version: 0.0.0-use.local + resolution: "vikingowls-ts-snippets@workspace:." + dependencies: + typescript: ^4.6.3 + vikingowls-ts-snippets: ^0.0.1 + languageName: unknown + linkType: soft