Skip to content

Commit

Permalink
Work
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoSolutions committed Oct 15, 2023
1 parent 15ccd1e commit 4be4ddf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/src/Credit.js
/src/Credit.tsx
/tsconfig.json
7 changes: 6 additions & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"type": "module",
"version": "1.0.0",
"license": "See LICENSE",
"tags": ["credits", "react"],
"keywords": ["credits", "react"],
"homepage": "https://github.com/SanjoSolutions/credits/tree/main/react",
"bugs": "https://github.com/SanjoSolutions/credits/issues",
"repository": {
"type": "git",
"url": "https://github.com/SanjoSolutions/credits.git",
Expand All @@ -22,5 +24,8 @@
},
"devDependencies": {
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 4be4ddf

Please sign in to comment.