Skip to content

Commit

Permalink
docs: updated package json links
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 1, 2024
1 parent 2c75b94 commit bba98e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
10 changes: 5 additions & 5 deletions packages/fastify-html-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@kitajs/fastify-html-plugin",
"version": "1.0.0",
"description": "A Fastify plugin to add support for @kitajs/html",
"homepage": "https://github.com/kitajs/fastify-html-plugin#readme",
"bugs": {
"url": "https://github.com/kitajs/fastify-html-plugin/issues"
},
"homepage": "https://github.com/kitajs/html/tree/master/packages/fastify-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/kitajs/fastify-html-plugin.git"
"url": "git+https://github.com/kitajs/html.git",
"directory": "packages/fastify-html-plugin"
},
"funding": "https://github.com/kitajs/html?sponsor=1",
"license": "MIT",
"author": "Arthur Fiorette <[email protected]>",
"type": "commonjs",
Expand Down
8 changes: 5 additions & 3 deletions packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"name": "@kitajs/html",
"version": "3.1.2",
"description": "Fast and type safe HTML templates using TypeScript.",
"homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme",
"bugs": "https://github.com/kitajs/html/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/kitajs/html.git"
"url": "git+https://github.com/kitajs/html.git",
"directory": "packages/html"
},
"funding": "https://github.com/kitajs/html?sponsor=1",
"license": "Apache-2.0",
"author": "arthurfiorette <npm@arthur.place>",
"license": "MIT",
"author": "Arthur Fiorette <kita@arthur.place>",
"sideEffects": [
"register.js"
],
Expand Down
11 changes: 6 additions & 5 deletions packages/ts-html-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "@kitajs/ts-html-plugin",
"version": "1.3.4",
"description": "Typescript LSP extension to catch XSS vulnerabilities.",
"bugs": "https://github.com/kitajs/ts-html-plugin/issues",
"homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/kitajs/ts-html-plugin.git"
"url": "git+https://github.com/kitajs/html.git",
"directory": "packages/ts-html-plugin"
},
"funding": "https://github.com/kitajs/ts-html-plugin?sponsor=1",
"funding": "https://github.com/kitajs/html?sponsor=1",
"license": "MIT",
"author": "arthurfiorette <npm@arthur.place>",
"author": "Arthur Fiorette <kita@arthur.place>",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bba98e2

Please sign in to comment.