removed yarn

This commit is contained in:
2022-03-31 04:12:06 +02:00
parent 6ad3480107
commit 2cf41b2cd0
6 changed files with 54 additions and 1373 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +0,0 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.2.0.cjs

36
package-lock.json generated Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "snippets-ts",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "snippets-ts",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"typescript": "^4.6.3"
},
"devDependencies": {}
},
"node_modules/typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw=="
}
}
}

View File

@@ -8,12 +8,27 @@
"/dist" "/dist"
], ],
"scripts": { "scripts": {
"build": "rm -rf dist && tsc", "test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 1" "build": "tsc",
"publish": "npm build && npm publish",
"publish:beta": "npm build && npm publish --tag beta",
"publish:dryrun": "npm build && npm publish --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://git.harting.dev/vikingowl/snippets-ts.git"
},
"keywords": [
"typescript",
"library",
"snippets"
],
"bugs": {
"url": "https://git.harting.dev/vikingowl/snippets-ts/issues"
}, },
"author": "Christian Nachtigall <cw.nachtigall@gmail.com>", "author": "Christian Nachtigall <cw.nachtigall@gmail.com>",
"license": "MIT", "license": "MIT",
"packageManager": "yarn@3.2.0", "devDependencies": {},
"dependencies": { "dependencies": {
"typescript": "^4.6.3" "typescript": "^4.6.3"
} }

View File

@@ -1,34 +0,0 @@
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__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"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 255bb26c8cb846ca689dd1c3a56587af4f69055907aa2c154796ea28ee0dea871535b1c78f85a6212c77f2657843a269c3a742d09d81495b97b914bf7920415b
languageName: node
linkType: hard
"typescript@patch:typescript@^4.6.3#~builtin<compat/typescript>":
version: 4.6.3
resolution: "typescript@patch:typescript@npm%3A4.6.3#~builtin<compat/typescript>::version=4.6.3&hash=bda367"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 6bf45caf847062420592e711bc9c28bf5f9a9a7fa8245343b81493e4ededae33f1774009d1234d911422d1646a2c839f44e1a23ecb111b40a60ac2ea4c1482a8
languageName: node
linkType: hard