Skip to content

Commit

Permalink
Add true ES Module
Browse files Browse the repository at this point in the history
import {isPR} from 'github-url-detection/esm/index.js'
  • Loading branch information
fregante committed Jun 11, 2020
1 parent 510855b commit ffb779a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Thumbs.db
logs
*.map
cjs
esm
esm/*
!esm/package.json
3 changes: 3 additions & 0 deletions esm/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}

0 comments on commit ffb779a

Please sign in to comment.