Skip to content

Commit

Permalink
Merge pull request #56 from PrefectHQ/export-all-utilities
Browse files Browse the repository at this point in the history
Fix utilities export and release 0.1.25
  • Loading branch information
pleek91 authored May 19, 2022
2 parents ca1d662 + 0b55cb3 commit 5e3e339
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prefecthq/vue-compositions",
"private": false,
"version": "0.1.24",
"version": "0.1.25",
"description": "A collection of reusable vue compositions.",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/useSubscription/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './utilities/actions'
export * from './utilities'
export * from './models'
export * from './types'
export * from './useSubscription'

0 comments on commit 5e3e339

Please sign in to comment.