You need to sign in or sign up before continuing.
chore(release): 0.0.2
Showing
CHANGELOG.md
0 → 100644
This diff is collapsed.
| { | { | ||
| "name": "radius-server", | "name": "radius-server", | ||
| "description": "radius server for google LDAP and TTLS", | "description": "radius server for google LDAP and TTLS", | ||
| "version": "0.0.1", | "version": "0.0.2", | ||
| "engines": { | "engines": { | ||
| "node": ">13.9.x" | "node": ">13.9.x" | ||
| }, | }, | ||
| ... | @@ -31,6 +31,7 @@ | ... | @@ -31,6 +31,7 @@ |
| }, | }, | ||
| "license": "GPLv3", | "license": "GPLv3", | ||
| "devDependencies": { | "devDependencies": { | ||
| "standard-version": "^7.1.0", | |||
| "@hokify/eslint-config": "^0.2.4", | "@hokify/eslint-config": "^0.2.4", | ||
| "@types/chai": "^4.2.9", | "@types/chai": "^4.2.9", | ||
| "@types/ldapjs": "^1.0.5", | "@types/ldapjs": "^1.0.5", | ||
| ... | ... |
Please register or sign in to comment