Skip to content

Commit 00042a3

Browse files
authored
fix: specify TypeScript declarations in package.json (#75)
1 parent b1ce58e commit 00042a3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: package-lock.json

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

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@kasnix/structured-objects",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/luckasnix/structured-objects.git"
77
},
88
"type": "module",
9+
"types": "./dist/index.d.ts",
910
"exports": {
1011
".": {
1112
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)