Skip to content

Commit

Permalink
feat(index): change to bump minor version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansonshine authored Sep 9, 2021
1 parent 2eca274 commit 84cb8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const myPackage = (taco: string): string => `${taco} from my package`;
export const myPackage = (taco = ''): string => `${taco} from my package`;

0 comments on commit 84cb8c4

Please sign in to comment.