diff --git a/README.md b/README.md index 626fbee..214989f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Vue Toastification -[![NPM](https://flat.badgen.net/npm/v/vue-toastification)](https://www.npmjs.com/package/vue-toastification) [![Bundle](https://flat.badgen.net/bundlephobia/minzip/vue-toastification)](https://bundlephobia.com/result?p=vue-toastification@latest) +[![NPM](https://flat.badgen.net/npm/v/vue-toastification/next)](https://www.npmjs.com/package/vue-toastification/next) [![Bundle](https://flat.badgen.net/bundlephobia/minzip/vue-toastification)](https://bundlephobia.com/result?p=vue-toastification@next) [![Vue 3](https://img.shields.io/badge/Vue-3-green)](https://img.shields.io/badge/Vue-3-green) [![Build Status](https://travis-ci.com/Maronato/vue-toastification.svg?branch=master)](https://travis-ci.com/Maronato/vue-toastification) [![codecov](https://codecov.io/gh/Maronato/vue-toastification/branch/master/graph/badge.svg)](https://codecov.io/gh/Maronato/vue-toastification) + ![vt](https://i.imgur.com/i2PMcTq.gif) diff --git a/package.json b/package.json index 7f59906..af14897 100644 --- a/package.json +++ b/package.json @@ -37,10 +37,9 @@ "src", "dist" ], + "sideEffects": true, "style": "dist/index.css", - "dependencies": { - "@vue/vue3-jest": "^27.0.0-alpha.1" - }, + "dependencies": {}, "devDependencies": { "@types/jest": "^27", "@types/lodash.merge": "^4.6.6", @@ -49,6 +48,7 @@ "@typescript-eslint/parser": "^5.0.0", "@vue/compiler-sfc": "^3.2.20", "@vue/test-utils": "^2.0.0-rc.16", + "@vue/vue3-jest": "^27.0.0-alpha.1", "esbuild": "^0.13.6", "esbuild-plugin-vue": "^0.1.3", "esbuild-sass-plugin": "^1.6.1", @@ -69,8 +69,7 @@ }, "lint-staged": { "*.{js,jsx,vue,ts,tsx}": [ - "eslint --ext .js,.vue,.ts --fix", - "git add" + "eslint --ext .js,.vue,.ts --fix" ] }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 0afd3a7..2f4ab40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3869,9 +3869,9 @@ source-map-support@^0.5.6: source-map "^0.6.0" source-map-url@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" - integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= + version "0.4.1" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" + integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== source-map@0.5.6: version "0.5.6"