Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isonet committed Apr 30, 2017
1 parent 09e75df commit 486f707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 486f707

Please sign in to comment.