@cedx/enum
Advanced tools
Comparing version 5.1.0 to 5.1.1
# Changelog | ||
## Version [5.1.1](https://github.com/cedx/enum.js/compare/v5.1.0...v5.1.1) | ||
- Fixed the [issue #2](https://github.com/cedx/enum.js/issues/2): relaxed the engine constraint. | ||
## Version [5.1.0](https://github.com/cedx/enum.js/compare/v5.0.0...v5.1.0) | ||
@@ -4,0 +7,0 @@ - Updated the package dependencies. |
@@ -11,7 +11,7 @@ { | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"devDependencies": { | ||
"@cedx/coveralls": "^8.0.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/node": "^10.7.1", | ||
"@types/node": "^10.9.4", | ||
"chai": "^4.1.2", | ||
@@ -27,7 +27,7 @@ "del": "^3.0.0", | ||
"typedoc": "^0.12.0", | ||
"typescript": "^3.0.1" | ||
"typescript": "^3.0.3" | ||
}, | ||
"engines": { | ||
"node": ">=10.9.0", | ||
"npm": ">=6.2.0" | ||
"node": ">=8.9.0", | ||
"npm": ">=5.5.0" | ||
}, | ||
@@ -42,6 +42,7 @@ "keywords": [ | ||
"scripts": { | ||
"coverage": "coveralls var/lcov.info", | ||
"prepare": "tsc", | ||
"test": "nyc mocha" | ||
"coverage": "gulp coverage", | ||
"prepare": "gulp build", | ||
"start": "gulp watch", | ||
"test": "gulp test" | ||
} | ||
} |
26913
15
210