Updated the package.json

This commit is contained in:
WolverinDEV 2020-08-09 13:27:11 +02:00
parent 89c842c801
commit e3f4d67a0f
2 changed files with 12 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "webpack-svg-sprite-generator", "name": "webpack-svg-sprite-generator",
"version": "1.0.11", "version": "1.0.12",
"description": "", "description": "",
"main": "plugin.js", "main": "plugin.js",
"types": "ts/index.d.ts", "types": "ts/index.d.ts",
@ -8,8 +8,15 @@
"build": "webpack" "build": "webpack"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "WolverinDEV",
"license": "ISC", "license": "GPL-3.0",
"bugs": {
"url": "https://github.com/WolverinDEV/webpack-svg-sprites/issues"
},
"repository": {
"url": "https://github.com/WolverinDEV/webpack-svg-sprites",
"type": "git"
},
"devDependencies": { "devDependencies": {
"@types/tapable": "^1.0.6", "@types/tapable": "^1.0.6",
"@types/webpack": "^4.41.21", "@types/webpack": "^4.41.21",

View file

@ -1 +1,2 @@
# SVG Sprite generator for webpack with typescript support ## SVG Sprite generator for webpack with typescript support
An example usage could be found in the [demo](https://github.com/WolverinDEV/webpack-svg-sprites/tree/master/demo) folder.