Skip to content

Commit

Permalink
updated info about the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltuyizere committed Dec 26, 2024
1 parent 852bafd commit 9f4c46e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "A React library for integrating the Pi SDK into React projects.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/samueltuyizere/pi-react.git"
},
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0"
Expand All @@ -28,5 +32,12 @@
"eslint-plugin-react-hooks": "^5.1.0",
"prettier": "^3.4.2",
"typescript": "^4.9.0"
}
},
"bugs": {
"url": "https://github.com/samueltuyizere/pi-react/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/samueltuyizere/pi-react#readme"
}

0 comments on commit 9f4c46e

Please sign in to comment.