@sealsystems/tlscert
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -0,1 +1,12 @@ | ||
## 2.3.1 (2020-03-09) | ||
### Chores | ||
#### Switched to github-actions. ([7266410](https://github.com/sealsystems/node-tlscert/commit/7266410)) | ||
--- | ||
## 2.3.0 (2019-10-14) | ||
@@ -2,0 +13,0 @@ |
{ | ||
"name": "@sealsystems/tlscert", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Provides TLS key and certificate", | ||
@@ -30,5 +30,5 @@ "author": { | ||
"devDependencies": { | ||
"@sealsystems/eslint-config-es": "3.6.0", | ||
"@sealsystems/mocha": "4.1.1", | ||
"@sealsystems/semantic-release": "4.0.13" | ||
"@sealsystems/eslint-config-es": "3.6.2", | ||
"@sealsystems/mocha": "4.1.3", | ||
"@sealsystems/semantic-release": "4.0.20" | ||
}, | ||
@@ -43,4 +43,5 @@ "repository": { | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
7973
5