Skip to content

Commit

Permalink
add types to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Jun 18, 2020
1 parent 76556ba commit 5b85999
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 51 deletions.
1 change: 1 addition & 0 deletions packages/vue-book-demo/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/dist
/.idea
5 changes: 3 additions & 2 deletions packages/vue-book/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "vue-book",
"version": "0.1.0-alpha.33",
"version": "0.1.0-alpha.34",
"description": "Tree view for your demo components",
"main": "dist/js/app.js",
"types": "vue-book.d.ts",
"private": false,
"author": "Yauheni Prakopchyk",
"license": "MIT",
Expand Down Expand Up @@ -68,7 +69,7 @@
"vue-property-decorator": "^8.4.0",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.11",
"vuestic-ui": "1.0.0-alpha.2",
"vuestic-ui": "1.0.0-alpha.3",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.5.0",
"webpack-cli": "^3.3.11"
Expand Down
Loading

0 comments on commit 5b85999

Please sign in to comment.