added licence + fixed dependencies
This commit is contained in:
22
LICENCE
Normal file
22
LICENCE
Normal file
@@ -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.
|
@@ -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"
|
||||
|
17
yarn.lock
17
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
|
||||
|
Reference in New Issue
Block a user