Skip to content

Commit 59437e2

Browse files
committed
tweaking
1 parent 6a5a74f commit 59437e2

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"exports": {
77
".": {
88
"import": "./dist/index.mjs",
9-
"require": "./dist/index.js"
9+
"require": "./dist/index.js",
10+
"types": "./dist/index.d.ts"
1011
}
1112
},
1213
"types": "dist/index.d.ts",
@@ -83,7 +84,7 @@
8384
},
8485
"homepage": "https://github.com/dev-protocol/dev-elements#readme",
8586
"dependencies": {
86-
"@aggre/ullr": "^3.1.4",
87+
"@aggre/ullr": "^3.1.5",
8788
"lit": "^2.8.0"
8889
}
8990
}

0 commit comments

Comments
 (0)