# Changelog | ||
## [1.1.4](https://github.com/Tom-Hudson/test-nino/compare/v1.1.3...v1.1.4) (2022-10-03) | ||
### Bug Fixes | ||
* exclude specs from deno_dist ([9ecc60f](https://github.com/Tom-Hudson/test-nino/commit/9ecc60f4117eb0c3fa9a80346ce940a0e7a265dc)) | ||
* use denoify ([d43a43b](https://github.com/Tom-Hudson/test-nino/commit/d43a43b574c48368513ff5bd35b79b1254e0ab66)) | ||
## [1.1.3](https://github.com/Tom-Hudson/test-nino/compare/v1.1.2...v1.1.3) (2022-10-01) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "test-nino", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"sideEffects": false, | ||
@@ -22,7 +22,7 @@ "description": "The fastest UK National Insurance number generator (nino). Generates a random valid UK NI number in accordance with NIM39110 guidelines on Gov.uk", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts --clean --minify", | ||
"build": "tsup src/index.ts --format cjs,esm --dts --clean --minify && denoify", | ||
"watch": "npm run build -- --watch src", | ||
"lint": "ts-standard ./src", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test": "jest" | ||
"test": "jest src" | ||
}, | ||
@@ -56,2 +56,3 @@ "keywords": [ | ||
"@types/jest": "^29.0.3", | ||
"denoify": "^1.1.6", | ||
"jest": "^29.1.1", | ||
@@ -58,0 +59,0 @@ "ts-jest": "^29.0.2", |
49091
0.81%7
16.67%