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

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
build: v0.8.2
  • Loading branch information
Arenukvern committed Mar 2, 2021
1 parent 3ad7a66 commit 7f26da6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xsoulspace/vuefer",
"description": "vuefer just a way to write Vue3 styled like Flutter with Tailwind CSS",
"version": "0.8.1",
"version": "0.8.2",
"private": false,
"author": {
"name": "Anton Malofeev",
Expand All @@ -16,8 +16,8 @@
"url": "https://github.com/xsoulspace/vuefer/issues"
},
"homepage": "https://github.com/xsoulspace/vuefer#readme",
"main": "./dist/vuefer.umd.js",
"module": "./dist/vuefer.es.js",
"main": "dist/vuefer.umd.js",
"module": "dist/vuefer.es.js",
"exports": {
".": {
"import": "./dist/vuefer.es.js",
Expand All @@ -28,10 +28,10 @@
"files": [
"dist"
],
"typings": "./dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build & tsc --emitDeclarationOnly",
"build": "vite build && tsc --emitDeclarationOnly",
"serve": "vite preview",
"upgrade": "yarn yarn-upgrade-all add vue@next",
"lint": "eslint --ext .ts,vue --ignore-path .gitignore ."
Expand Down

0 comments on commit 7f26da6

Please sign in to comment.