Comparing version
@@ -0,1 +1,15 @@ | ||
Next version | ||
------------------ | ||
3.0.4 / 2019-01-13 | ||
------------------ | ||
* Migrated CI to GitHub Actions - See: https://github.com/alallier/reload/pull/222 | ||
* Moved sample app to a new project - See: https://github.com/alallier/reload/pull/229 | ||
* Updated nyc from 14.1.1 to 15.0.0 - See: https://github.com/alallier/reload/pull/224 | ||
* Updated sinon from 7.5.0 to 8.0.4 - See: https://github.com/alallier/reload/pull/225 | ||
* Updated mocha from 6.2.2 to 7.0.0 - See: https://github.com/alallier/reload/pull/226 | ||
* Updated commander from ~3.0.0 to ~4.1.0 - See: https://github.com/alallier/reload/pull/220 | ||
* Removed tree-kill dependency - See: https://github.com/alallier/reload/pull/223 | ||
3.0.3 / 2019-10-20 | ||
@@ -2,0 +16,0 @@ ------------------ |
{ | ||
"name": "reload", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"files": [ | ||
@@ -28,3 +28,3 @@ "bin", | ||
"cli-color": "~2.0.0", | ||
"commander": "~3.0.0", | ||
"commander": "~4.1.0", | ||
"finalhandler": "~1.1.1", | ||
@@ -40,8 +40,7 @@ "minimist": "~1.2.0", | ||
"codecov": "3.6.1", | ||
"sinon": "7.5.0", | ||
"sinon": "8.0.4", | ||
"standard": "14.3.1", | ||
"express": "4.17.1", | ||
"mocha": "6.2.2", | ||
"nyc": "14.1.1", | ||
"tree-kill": "1.2.1" | ||
"mocha": "7.0.0", | ||
"nyc": "15.0.0" | ||
}, | ||
@@ -55,3 +54,3 @@ "main": "./index.js", | ||
"coverage": "npm run cover", | ||
"report-coverage": "nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov" | ||
"report-coverage": "./node_modules/.bin/nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov && \"./node_modules/.bin/codecov\"" | ||
}, | ||
@@ -58,0 +57,0 @@ "bin": { |
reload | ||
======= | ||
[](https://travis-ci.org/alallier/reload) | ||
[](https://ci.appveyor.com/project/alallier/reload/branch/master) | ||
[](https://github.com/alallier/reload/actions?query=workflow%3ACI) | ||
[](http://standardjs.com/) | ||
@@ -123,3 +122,3 @@ [](https://codecov.io/gh/alallier/reload) | ||
**Refer to the [reload express sample app](expressSampleApp) for this working example.** | ||
**Refer to the [reload express sample app](https://github.com/alallier/reload-sample-app) for this working example.** | ||
@@ -126,0 +125,0 @@ ### Manually firing server-side reload events |
54783
1.05%6
-14.29%278
-0.36%+ Added
- Removed
Updated