Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
fix: correct bin paths
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 29, 2023
1 parent f068519 commit 70642ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/ts-html-plugin",
"version": "1.1.0",
"version": "1.1.1",
"description": "Typescript LSP extension to catch XSS vulnerabilities.",
"bugs": "https://github.com/kitajs/ts-html-plugin/issues",
"repository": "https://github.com/kitajs/ts-html-plugin",
Expand All @@ -11,8 +11,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"ts-html-plugin": "dist/bin.js",
"xss-scan": "dist/bin.js"
"ts-html-plugin": "./dist/cli.js",
"xss-scan": "./dist/cli.js"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 70642ea

Please sign in to comment.