Skip to content

Commit

Permalink
Populate package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel authored Sep 15, 2024
1 parent e474ea8 commit 9fba73b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "typescript-template",
"version": "1.0.0",
"description": "Template repo for generic TypeScript / Node.js library with tests & lint",
"repository": "https://github.com/stscoundrel/typescript-template.git",
"name": "riimut",
"version": "0.9.0",
"description": "Transform latin letters to runes & vice versa. Includes transformers for main runic alphabets",
"repository": "https://github.com/stscoundrel/riimut.git",
"author": "stscoundrel <[email protected]>",
"license": "MIT",
"private": false,
Expand All @@ -29,4 +29,4 @@
"prepublishOnly": "npm run build",
"test:coverage": "bun run test --coverage"
}
}
}

0 comments on commit 9fba73b

Please sign in to comment.