Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yariksav committed Jan 21, 2020
1 parent 7ba31e6 commit 27859f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This module will help you to work with modal dialogs in your project
<a href="https://www.npmjs.org/package/vuetify-dialog">
<img src="https://img.shields.io/npm/v/vuetify-dialog.svg">
</a>
<a href="http://img.badgesize.io/https://unpkg.com/vuetify-dialog/dist/vuetify-dialog.js?compression=gzip&label=gzip%20size:%20JS">
<img src="http://img.badgesize.io/https://unpkg.com/vuetify-dialog/dist/vuetify-dialog.cjs.js?compression=gzip&label=gzip%20size:%20JS">
<a href="http://img.badgesize.io/https://unpkg.com/vuetify-dialog/dist/vuetify-dialog.min.js?compression=gzip&label=gzip">
<img src="http://img.badgesize.io/https://unpkg.com/vuetify-dialog/dist/vuetify-dialog.min.js?compression=gzip&label=gzip">
</a>
<a href="LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg">
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-dialog",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "Dialog helper for vuetify.js",
"scripts": {
"build": "npm run build:umd & npm run build:es & npm run build:unpkg",
Expand All @@ -14,10 +14,7 @@
"lint:fix": "npm run lint -- --fix",
"prepublish": "npm run build",
"test": "jest --env=jsdom",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"coverage": "jest --env=jsdom --coverage --coverageReporters=text-lcov | coveralls",
"test1": "node_modules/.bin/jest --env=jsdom --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"coverage": "jest --env=jsdom --coverage --coverageReporters=text-lcov | coveralls"
},
"main": "dist/vuetify-dialog.umd.js",
"module": "dist/vuetify-dialog.esm.js",
Expand Down

0 comments on commit 27859f3

Please sign in to comment.