Skip to content

Commit

Permalink
fix: update brokenness
Browse files Browse the repository at this point in the history
  • Loading branch information
Vehmloewff committed Jul 30, 2022
1 parent 066bbf5 commit c55435f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/insert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface InsertUnwindImportOptions {
exportName?: string

/**
* The path to the location of the unwind runtime. Defaults to https://code.jikno.com/unwind@VERSION/unwind.ts
* The path to the location of the unwind runtime. Defaults to https://code.jikno.com/unwind@VERSION/runtime-caller.ts
* If this string contains the text "VERSION", it will be replaced by the `version` argument
*/
path?: string
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './alias.ts'
export * from './setup.ts'
export * from './unwind.ts'
export * from './runtime-caller.ts'

0 comments on commit c55435f

Please sign in to comment.