Skip to content

Commit

Permalink
🧹 chore: Update package.json for TypeScript adaptation
Browse files Browse the repository at this point in the history
branch: master
  • Loading branch information
Strehk committed Oct 21, 2024
1 parent 597d037 commit bbfde38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "codenamize-ts",
"version": "0.0.2",
"version": "0.0.3",
"description": "Generate consistent easier-to-remember codenames from strings, numbers, or other seed inputs.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"ci": "npm run lint && npm run typecheck",
"build": "tsc --project tsconfig.build.json",
Expand All @@ -20,7 +22,6 @@
"generator",
"secret"
],
"main": "index.js",
"homepage": "https://github.com/tadesf/codenamize-ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit bbfde38

Please sign in to comment.