From 486f70722286fc3672e9b5c0a7c308076a6ab28e Mon Sep 17 00:00:00 2001 From: Paul Biester Date: Sun, 30 Apr 2017 16:45:44 +0200 Subject: [PATCH] Fixed Typo --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd551e9..eab5585 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ plugins: [ |**`html5.paths`**|`{Array} of {String}`||Paths to rewrite to index.html.| |**`html5.jarUrl`**|`{String}`||If you would like to specifiy another location for tuckey's urlrewrite jar, eg. from your Nexus repository.| |**`html5.description`**|`{String}`||War application description.| -|**`html5.dsiplayName`**|`{String}`||War application name.| +|**`html5.displayName`**|`{String}`||War application name.| ## License diff --git a/package.json b/package.json index 8f535d3..13eb65d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "war-webpack-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "Generate a Tomcat war from your webpack build result", "main": "index.js", "scripts": {