-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed unnecessary packages * updated packages * v1.3.0
- Loading branch information
Christoph Biering
committed
Jan 13, 2020
1 parent
7faf7cb
commit 516bdb9
Showing
3 changed files
with
8 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "vueup", | ||
"description": "Simple, lightweight and elegant global notification popup for Vue.js", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"author": "Christoph Biering <[email protected]> (https://github.com/chryb)", | ||
"private": false, | ||
"license": "MIT", | ||
|
@@ -27,14 +27,10 @@ | |
"@babel/preset-env": "^7.4.1", | ||
"@babel/types": "^7.4.0", | ||
"babel-loader": "^8.0.5", | ||
"cross-env": "^5.2.0", | ||
"css-loader": "^2.1.1", | ||
"file-loader": "^3.0.1", | ||
"mini-css-extract-plugin": "^0.5.0", | ||
"node-sass": "^4.11.0", | ||
"optimize-css-assets-webpack-plugin": "^5.0.1", | ||
"sass-loader": "^7.1.0", | ||
"uglifyjs-webpack-plugin": "^2.1.2", | ||
"cross-env": "^6.0.3", | ||
"css-loader": "^3.4.2", | ||
"file-loader": "^5.0.2", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"vue": "^2.6.10", | ||
"vue-loader": "^15.7.0", | ||
"vue-template-compiler": "^2.6.10", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters