Skip to content

Commit e2bc92d

Browse files
feat: export duration module
Export the duration module, allowing the utility to be used without the HTML element
1 parent 1657fe8 commit e2bc92d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"exports": {
1414
".": "./dist/index.js",
1515
"./define": "./dist/index.js",
16+
"./duration": "./dist/duration.js",
1617
"./relative-time": "./dist/relative-time-element.js",
1718
"./relative-time/define": "./dist/relative-time-element-define.js"
1819
},

0 commit comments

Comments
 (0)