Skip to content

Commit

Permalink
fix: ESM build export * instead of default from regexparam
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jan 2, 2023
1 parent 74c1820 commit e1a9fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path'
import moment from 'moment'
import slugify from 'slugify'
import route from 'regexparam'
import * as route from 'regexparam'

/**
* [Slugify options](https://github.com/simov/slugify#options)
Expand Down

0 comments on commit e1a9fe6

Please sign in to comment.