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 30aaef3 commit d2dad7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './lib/ooxast-util-get-pstyle'
export * from './lib/ooxast-util-get-rstyle'
export * from './lib/ooxast-util-get-pstyle.js'
export * from './lib/ooxast-util-get-rstyle.js'
2 changes: 1 addition & 1 deletion src/lib/ooxast-util-get-pstyle.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { P, PPr, R } from 'ooxast'
import { getPStyle } from './ooxast-util-get-pstyle'
import { getPStyle } from './ooxast-util-get-pstyle.js'

export const test: any = {
type: 'element',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ooxast-util-get-rstyle.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { P, PPr, R } from 'ooxast'
import { getPStyle } from './ooxast-util-get-pstyle'
import { getPStyle } from './ooxast-util-get-pstyle.js'

export const test: any = {
type: 'element',
Expand Down

0 comments on commit d2dad7d

Please sign in to comment.