Skip to content

Commit

Permalink
chore: update package meta
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 13, 2024
1 parent 5fe57a6 commit 57843c9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
A markup format for TypeScript code, ideal for creating self-contained code samples which let the TypeScript compiler do the extra leg-work. Inspired by the [fourslash test system](https://github.com/orta/typescript-notes/blob/master/systems/testing/fourslash.md). This repo is the successor of [`@typescript/twoslash`](https://github.com/microsoft/TypeScript-Website/tree/v2/packages/ts-twoslasher).

<!--
- [Unified information interface](#information-nodes), consistent and easier to manipulate.
- [`createTwoslasher`](#createtwoslasher) to create a twoslash instance with cached language servers (🚀 **5-20 times faster**!)
- ESM-first, dual CJS/ESM builds.
- Lighter, no longer deps on `lz-string` and `debug`.
- [Additional options](#additional-handbook-options) for better custom language support (e.g. [`twoslash-vue`](https://github.com/antfu/twoslash-vue))
- [Additional options](#additional-handbook-options) for better custom language support (e.g. [`twoslash-vue`]https://github.com/antfu/twoslashes/blob/main/packages/twoslash-vue))
## Features
Expand Down Expand Up @@ -167,6 +169,8 @@ The final resolved `compilerOptions`
The final resolved `handbookOptions`
-->

## License

MIT License © 2019-PRESENT [Orta Therox](https://github.com/orta)<br>
Expand All @@ -181,7 +185,7 @@ MIT License © Microsoft Corporation
[npm-downloads-href]: https://npmjs.com/package/twoslash
[bundle-src]: https://img.shields.io/bundlephobia/minzip/twoslash?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=twoslash
[license-src]: https://img.shields.io/github/license/antfu/twoslash.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/antfu/twoslash/blob/main/LICENSE
[license-src]: https://img.shields.io/github/license/twoslashes/twoslash.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/twoslashes/twoslash/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/twoslash
13 changes: 6 additions & 7 deletions packages/twoslash-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "twoslash-vue",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "Extended TwoSlash that supports Vue SFC",
"description": "Extended TwoSlash for Vue SFC support",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/twoslash-vue#readme",
"homepage": "https://github.com/twoslashes/twoslash#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/twoslash-vue.git"
"url": "git+https://github.com/twoslashes/twoslash.git",
"directory": "packages/twoslash-vue"
},
"bugs": "https://github.com/antfu/twoslash-vue/issues",
"bugs": "https://github.com/twoslashes/twoslash/issues",
"keywords": [
"twoslash",
"vue",
Expand Down Expand Up @@ -51,8 +51,7 @@
},
"dependencies": {
"@vue/language-core": "^1.8.27",
"twoslash": "workspace:*",
"vue": "^3.4.13"
"twoslash": "workspace:*"
},
"devDependencies": {
"esno": "^4.0.0",
Expand Down
11 changes: 6 additions & 5 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
"name": "twoslash",
"type": "module",
"version": "0.0.5",
"description": "Rewrite of TypeScript TwoSlash",
"description": "Markup for generating rich type information in your documentations ahead of time",
"author": "TypeScript team",
"license": "MIT",
"homepage": "https://github.com/antfu/twoslash",
"homepage": "https://github.com/twoslashes/twoslash",
"repository": {
"url": "https://github.com/antfu/twoslash",
"type": "git"
"url": "https://github.com/twoslashes/twoslash",
"type": "git",
"directory": "packages/twoslash"
},
"bugs": {
"url": "https://github.com/antfu/twoslash/issues"
"url": "https://github.com/twoslashes/twoslash/issues"
},
"exports": {
".": {
Expand Down
5 changes: 1 addition & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57843c9

Please sign in to comment.