child-service
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -0,1 +1,7 @@ | ||
# [2.1.0](https://github.com/nknapp/node-child-service/compare/v2.0.2...v2.1.0) (2020-07-06) | ||
### Features | ||
- include typings ([641c20e](https://github.com/nknapp/node-child-service/commit/641c20e49dd29082568991de3a81239a35e3b224)) | ||
## [2.0.2](https://github.com/nknapp/node-child-service/compare/v2.0.1...v2.0.2) (2020-07-01) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "child-service", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Start services as child-process, wait until they are ready and stop them.", | ||
@@ -10,3 +10,4 @@ "main": "src/index.js", | ||
"files": [ | ||
"src/**/*.js" | ||
"src/**/*.js", | ||
"types" | ||
], | ||
@@ -13,0 +14,0 @@ "scripts": { |
28267
14
657