diff --git a/README.md b/README.md
index b747e11..95c4084 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ This module will help you to work with modal dialogs in your project
-
-
+
+
diff --git a/package.json b/package.json
index d85d6b5..5f4f140 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -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",