Skip to content

Commit

Permalink
devops: changed version of package
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfokrah committed Jul 28, 2024
1 parent 626f450 commit ab64cfc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"name": "visio-cms-lib",
"private": false,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/adolfokrah/visio-cms-lib.git"
},
"scripts": {
"dev": "vite",
"build": "tsc --p ./tsconfig.build.json && vite build",
Expand Down

0 comments on commit ab64cfc

Please sign in to comment.