Skip to content

Commit

Permalink
Added ESM compatibility bridge for imported package zahl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed May 27, 2022
1 parent 93307bc commit 70ccb66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import getActionBooleanInput from "get-boolean-action-input"
import hasContent from "has-content"
import purdy from "purdy"
import readFileString from "read-file-string"
import zahl from "zahl"
import zahl from "./lib/esm/zahl.js"

import chalk from "./lib/chalk.js"
import DescriptionProperty from "./lib/DescriptionProperty.js"
Expand Down
3 changes: 3 additions & 0 deletions src/lib/esm/zahl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import commonJsModule from "zahl"

export default commonJsModule.default

0 comments on commit 70ccb66

Please sign in to comment.