Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "e2e-conf", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"main": "conf.js", | ||
@@ -9,3 +9,4 @@ "dependencies": { | ||
"async": "^0.9.0", | ||
"exit": "^0.1.2" | ||
"exit": "^0.1.2", | ||
"argparse": "^1.0.10" | ||
}, | ||
@@ -16,3 +17,3 @@ "devDependencies": { | ||
"author": { | ||
"name": "E2E Technologies Ltd", | ||
"name": "Scheer E2E AG", | ||
"email": "support@e2ebridge.com", | ||
@@ -19,0 +20,0 @@ "url": "http://e2ebridge.com" |
@@ -60,2 +60,5 @@ # e2e-conf - Easy Configuration for E2E Bridge Node.js Services | ||
### 3.0.1 (2018-07-11) | ||
- Fixed missing dependency "argparse". | ||
### 3.0.0 (2018-07-11) | ||
@@ -62,0 +65,0 @@ - The command line interface to update a configuration reads now from a file instead of stdin, |
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
32173
92
5
+ Addedargparse@^1.0.10
+ Addedargparse@1.0.10(transitive)
+ Addedsprintf-js@1.0.3(transitive)