v0.9.6, fix an errore in webpack

This commit is contained in:
Matteo Manzinello
2020-07-07 17:49:54 +02:00
parent 709af1e08d
commit 1d52fe92c3
5 changed files with 88 additions and 121 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mailgo",
"version": "0.9.5",
"version": "0.9.6",
"description": "a different mailto: and another tel:",
"scripts": {
"build": "webpack",
@@ -49,7 +49,7 @@
"jest": "^26.1.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.1",
"sass-loader": "^9.0.2",
"terser-webpack-plugin": "^3.0.6",
"to-string-loader": "^1.1.6",
"ts-loader": "^7.0.5",