Skip to content

Commit 244c9e2

Browse files
fix typings issue; 0.1.6
1 parent 9c12a95 commit 244c9e2

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# 0.1.5
1+
# 0.1.6
22

33
No code changes. Re-build the lib using latest ts/rollup/optimizers.
44

5+
# 0.1.5
6+
7+
BROKEN BUILD. Please, use `0.1.6` instead.
8+
59
# 0.1.4
610

711
Improvement for `isWeakMap`, `isWeakSet`, `isSet`, `isMap`, `isSymbol`.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-utilities/typecheck",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Utility library for javascript type checking.",
55
"license": "MIT",
66
"author": {

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"declarationDir": "dist/types",
1111
"typeRoots": ["node_modules/@types"]
1212
},
13-
"exclude": ["node_modules", "dist"]
13+
"exclude": ["node_modules", "dist", "coverage"],
14+
"include": ["./src"]
1415
}

0 commit comments

Comments
 (0)