Skip to content

Commit

Permalink
fix: enter a new era
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Mar 9, 2023
1 parent bf71f50 commit 412e196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from './lib/reoff-cite'
export { default } from './lib/reoff-cite.js'
2 changes: 1 addition & 1 deletion src/lib/reoff-cite.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import reoffCite from './reoff-cite'
import reoffCite from './reoff-cite.js'

describe('reoffReoffCite', () => {
it('should work', () => {
Expand Down

0 comments on commit 412e196

Please sign in to comment.