From b5ec8213dfd5ecef93b9572b8e2d6325e2f8b8ac Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 4 Aug 2016 14:29:01 +0200 Subject: [PATCH] fixed description --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b761b69..cd46a5f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index fe94570..7c0856f 100644 --- a/package.json +++ b/package.json @@ -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": {