Comparing version 3.0.6 to 3.0.7
@@ -0,1 +1,8 @@ | ||
## [3.0.7](https://github.com/thenativeweb/partof/compare/3.0.6...3.0.7) (2021-08-24) | ||
### Bug Fixes | ||
* add exclude to tsconfig.json, remove engine constraint ([#311](https://github.com/thenativeweb/partof/issues/311)) ([cdd9c9d](https://github.com/thenativeweb/partof/commit/cdd9c9d3ed24d7b3768aeefa36442989735edf45)) | ||
## [3.0.6](https://github.com/thenativeweb/partof/compare/3.0.5...3.0.6) (2021-08-16) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "partof", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "partof verifies whether one object is part of an other.", | ||
@@ -15,2 +15,3 @@ "contributors": [ | ||
], | ||
"private": false, | ||
"main": "build/lib/partOf.js", | ||
@@ -20,6 +21,7 @@ "types": "build/lib/partOf.d.ts", | ||
"devDependencies": { | ||
"assertthat": "6.3.12", | ||
"roboter": "11.7.8", | ||
"assertthat": "6.3.13", | ||
"roboter": "12.1.2", | ||
"semantic-release-configuration": "2.0.5" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
@@ -26,0 +28,0 @@ "type": "git", |
@@ -15,3 +15,6 @@ { | ||
"./**/*.ts" | ||
], | ||
"exclude": [ | ||
"./build" | ||
] | ||
} |
7772
12
86