simplytyped
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "simplytyped", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "yet another Typescript type library for advanced types", | ||
@@ -34,3 +34,3 @@ "main": "index", | ||
"peerDependencies": { | ||
"typescript": ">2.8.1" | ||
"typescript": ">=2.8.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
"ava": "~0.25.0", | ||
"commitlint": "^6.1.3", | ||
"commitlint": "^7.0.0", | ||
"husky": "^0.14.3", | ||
@@ -44,0 +44,0 @@ "ts-node": "^6.0.0", |
27207