Skip to content

Commit

Permalink
added Tooltip.vue WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTerletzkiy committed Nov 30, 2021
1 parent ab811a9 commit c405764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuelize",
"version": "0.0.53",
"version": "0.0.54",
"private": false,
"description": "A Vue component Library, with the most common Material UI styled components",
"author": "Daniel Terletzkiy",
Expand All @@ -24,7 +24,7 @@
"build:umd": "rollup --config rollup.config.js --format umd --file dist/vuelize.umd.js",
"build:es": "rollup --config rollup.config.js --format es --file dist/vuelize.esm.js",
"build:unpkg": "rollup --config rollup.config.js --format iife --file dist/vuelize.min.js",
"build:docs": "vue-cli-service build --dest gh-pages && git add gh-pages && git commit -m'adding gh-pages subtree' && git subtree push --prefix gh-pages origin gh-pages"
"build:docs": "vue-cli-service build --dest gh-pages && git add gh-pages && git commit -m'adding gh-pages to subtree' && git subtree push --prefix gh-pages origin gh-pages"
},
"dependencies": {
"core-js": "^3.6.5",
Expand Down

0 comments on commit c405764

Please sign in to comment.