Skip to content

Commit

Permalink
Merge pull request #3 from softberry/config-workflow
Browse files Browse the repository at this point in the history
first version
  • Loading branch information
softberry committed Mar 24, 2024
2 parents 3a7d024 + d3b6d4a commit 4d12aa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blurhash-map",
"version": "0.0.0-development",
"version": "0.0.1",
"description": "A template for creating npm packages using TypeScript and VSCode",
"main": "./lib/index.js",
"files": [
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// Comment only
export const myPackage = (taco = ''): string => `${taco} from my package`;

0 comments on commit 4d12aa7

Please sign in to comment.