Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mhmo91/schmancy",
"version": "0.0.14",
"version": "0.0.15",
"description": "UI library build with web components",
"main": "./dist/index.js",
"repository": {
@@ -25,6 +25,7 @@
},
"scripts": {
"dev": "vite --config demo/vite.config.ts --host",
"build:demo": "vite build --config demo/vite.config.ts",
"build": "tsc && vite build --config vite.config.ts",
"preview": "vite preview",
"batch": "npm version patch",

0 comments on commit dc0fb43

Please sign in to comment.