Skip to content

Commit

Permalink
Merge pull request #10 from PrefectHQ/fix-types
Browse files Browse the repository at this point in the history
Fix types and release 0.0.12
  • Loading branch information
pleek91 authored Apr 13, 2022
2 parents 9922d76 + c6da57a commit b1ee0c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefecthq/vue-charts",
"version": "0.0.11",
"version": "0.0.12",
"private": false,
"keywords": [
"vue3",
Expand All @@ -10,14 +10,14 @@
"scripts": {
"serve": "vite",
"dev": "vue-tsc -w & tsc-alias -w & vite build -w",
"build": "vue-tsc && tsc-alias && vite build",
"build": "vue-tsc --declaration --emitDeclarationOnly && vite build",
"lint": "eslint src --ext .js,.ts,.vue --debug",
"lint:fix": "eslint src --ext .js,.ts,.vue --debug --fix",
"validate:types": "tsc"
},
"main": "./dist/vue-charts.umd.js",
"module": "./dist/vue-charts.es.js",
"typings": "./dist/types/",
"typings": "./dist_types/index.d.ts",
"files": [
"src",
"dist",
Expand Down

0 comments on commit b1ee0c1

Please sign in to comment.