Skip to content

Commit

Permalink
chore: 🚀 make the package public
Browse files Browse the repository at this point in the history
  • Loading branch information
Matb85 committed Mar 18, 2024
1 parent cce8705 commit 8af9112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-project",
"private": true,
"private": false,
"version": "2.1.0",
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,8 @@
"build:lib": "TARGET=LIB vite build",
"lint": "eslint src/**/*{.ts,/vue}",
"preview": "vite preview",
"release": "standard-version"
"release": "standard-version",
"pub": "pnpm run build && pnpm run build && pnpm publish"
},
"description": "A fully functional Photo Editor made with Vuejs",
"author": "matb85",
Expand Down

0 comments on commit 8af9112

Please sign in to comment.