Skip to content

Commit

Permalink
Update minified file and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel committed Mar 20, 2022
1 parent fa674fc commit 6713807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { define, secret } from './define.js'
export { define } from './define.js'
export { default as register } from './register.js'

export { reversible, until } from 'https://deno.land/x/reversibles@v1.0.0/index.js'
export { default as when } from 'https://deno.land/x/reversibles@v1.0.0/library/when/index.js'
export { reversible, until } from 'https://deno.land/x/reversibles@v1.1.1/index.js'
export { default as when } from 'https://deno.land/x/reversibles@v1.1.1/library/when/index.js'

export { default as stateify } from 'https://deno.land/x/stateify@v1.0.0/index.js'

Expand Down
4 changes: 2 additions & 2 deletions index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6713807

Please sign in to comment.