Skip to content

Commit

Permalink
fixed description
Browse files Browse the repository at this point in the history
  • Loading branch information
de-robat committed Aug 4, 2016
1 parent f2efd12 commit b5ec821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Just like the original webpack-dev-server we also want to give out a quick warni

*DON'T USE THIS PLUGIN IN PRODUCTION!*

Requirements: hapijs ^8.x.x
*>= v1.1.2 -> Requirements: hapijs ^14.x.x*
*<= v1.1.2 -> Requirements: hapijs ^8.x.x*

State: In Progress (meaning not hot code replacement at the moment, but auto relaoding works just fine)

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": "hapi-webpack-dev-plugin",
"version": "1.1.2",
"version": "1.1.3",
"description": "a plugin to integrate the web-pack-dev-server as a hapi plugin into a hapi server instead of using express",
"main": "src/plugin.js",
"scripts": {
Expand Down

0 comments on commit b5ec821

Please sign in to comment.