Skip to content

Commit

Permalink
remove 'publish' script from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TaTo30 committed Jan 4, 2024
1 parent 895287f commit 4261f21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tato30/vue-pdf",
"version": "1.9.2",
"version": "1.9.3",
"description": "PDF viewer for Vue 3",
"author": {
"name": "Aldo Hernandez",
Expand Down Expand Up @@ -41,8 +41,6 @@
"build": "npm run tests && npm run build:lib && npm run build:dts",
"build:lib": "vite build",
"build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.build.json",
"publish": "npm publish --access public",
"publish:beta": "npm publish --tag beta --access public",
"preview": "vite preview --port 5050",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
Expand Down

0 comments on commit 4261f21

Please sign in to comment.