Skip to content

Commit

Permalink
chore: work out release kinks
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Feb 24, 2024
1 parent 1ca9f6e commit ee97afb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/lib/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Tiny toast library for Vue

[![pkg-size](https://pkg-size.dev/badge/bundle/5368)](https://pkg-size.dev/@vuetils/toast?no-peers)
[![pkg-size](https://pkg-size.dev/badge/bundle/253)](https://pkg-size.dev/@vuetils/toast?no-peers)
[![npm](https://img.shields.io/npm/v/@vuetils/toast)](https://www.npmjs.com/package/@vuetils/toast)

4 changes: 3 additions & 1 deletion packages/lib/src/composables/useToast.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export function useToast() {}
export function useToast() {
console.log("Doesn't do anything yet.");
}

0 comments on commit ee97afb

Please sign in to comment.