start-server-webpack-plugin
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -6,4 +6,8 @@ # Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 2018-03-05 - [2.2.4 - current version] | ||
## 2018-03-06 - [2.2.5 - current version] | ||
- 2.2.5 - ([24](https://github.com/ericclemmons/start-server-webpack-plugin/pull/24)) - Fixes (@wmertens) | ||
## 2018-03-05 | ||
- 2.2.4 - ([21](https://github.com/ericclemmons/start-server-webpack-plugin/pull/21)) - Update deps (@wmertens) | ||
@@ -53,1 +57,2 @@ | ||
{ | ||
"name": "start-server-webpack-plugin", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Automatically start your server once Webpack's build completes.", | ||
"main": "dist/StartServerPlugin.js", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -19,3 +21,10 @@ "prebuild": "rimraf dist", | ||
}, | ||
"keywords": ["webpack", "server", "start", "watch", "restart", "express"], | ||
"keywords": [ | ||
"webpack", | ||
"server", | ||
"start", | ||
"watch", | ||
"restart", | ||
"express" | ||
], | ||
"author": "Eric Clemmons <eric@smarterspam.com>", | ||
@@ -22,0 +31,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11106