Skip to content

Commit f53b83b

Browse files
committed
Fix broken package
1 parent 83f4f23 commit f53b83b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generate/component/release/item.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {h} from 'hastscript'
22
import TimeAgo from 'javascript-time-ago'
3-
import en from 'javascript-time-ago/locale/en/index.js'
3+
/* eslint-disable-next-line n/file-extension-in-import */
4+
import en from 'javascript-time-ago/locale/en'
45
import {constantLocale} from '../../util/constant-locale.js'
56

67
const base = 'https://github.com/'

0 commit comments

Comments
 (0)