Skip to content

Commit

Permalink
side effects free and remove accidental dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Maronato committed Oct 18, 2021
1 parent ac75168 commit 761bfb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==

[email protected]:
version "0.5.6"
Expand Down

0 comments on commit 761bfb3

Please sign in to comment.