forcedomain
Advanced tools
Comparing version 2.2.10 to 2.2.11
@@ -0,1 +1,8 @@ | ||
## [2.2.11](https://github.com/thenativeweb/forcedomain/compare/2.2.10...2.2.11) (2021-08-24) | ||
### Bug Fixes | ||
* remove engine constraint, add exclude to tsconfig.json ([#183](https://github.com/thenativeweb/forcedomain/issues/183)) ([fe3980a](https://github.com/thenativeweb/forcedomain/commit/fe3980a7524f6288e417234c21a70fe875a94de8)) | ||
## [2.2.10](https://github.com/thenativeweb/forcedomain/compare/2.2.9...2.2.10) (2021-08-16) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "forcedomain", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"description": "forcedomain is a middleware for Connect and Express that redirects any requests to a default domain.", | ||
@@ -51,2 +51,3 @@ "contributors": [ | ||
], | ||
"private": false, | ||
"main": "build/lib/forceDomain.js", | ||
@@ -60,7 +61,8 @@ "types": "build/lib/forceDomain.d.ts", | ||
"@types/supertest": "2.0.11", | ||
"assertthat": "6.3.12", | ||
"roboter": "11.7.8", | ||
"assertthat": "6.3.13", | ||
"roboter": "12.1.2", | ||
"semantic-release-configuration": "2.0.5", | ||
"supertest": "6.1.4" | ||
"supertest": "6.1.6" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
@@ -67,0 +69,0 @@ "type": "git", |
@@ -15,3 +15,6 @@ { | ||
"./**/*.ts" | ||
], | ||
"exclude": [ | ||
"./build" | ||
] | ||
} |
17876
27
219