Skip to content

Commit

Permalink
docs: add github repo link to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericoo committed Oct 9, 2023
1 parent db42f2b commit a85b1a7
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 49 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-balloons-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-router-typesafe': patch
---

Add link to github repo to npm
102 changes: 53 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,55 @@
{
"name": "react-router-typesafe",
"version": "1.3.2",
"description": "type safe patches of react-router-dom",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"release": "bun run build && changeset publish"
},
"keywords": [
"react",
"react-router",
"react-router-dom",
"remix",
"remix-router"
],
"author": "fredericoo",
"license": "ISC",
"peerDependencies": {
"react": ">= 17",
"react-router-dom": ">= 6.4.0",
"typescript": ">= 4.9"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@happy-dom/global-registrator": "^11.0.6",
"@testing-library/react": "^14.0.0",
"bun-types": "^1.0.1",
"eslint": "^8.45.0",
"expect-type": "^0.16.0",
"happy-dom": "^11.0.6",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-router-dom": "^6.16.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
},
"dependencies": {}
"name": "react-router-typesafe",
"version": "1.3.2",
"repository": {
"type": "git",
"url": "https://github.com/stargaze-co/react-router-typesafe.git"
},
"description": "type safe patches of react-router-dom",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"release": "bun run build && changeset publish"
},
"keywords": [
"react",
"react-router",
"react-router-dom",
"remix",
"remix-router"
],
"author": "fredericoo",
"license": "ISC",
"peerDependencies": {
"react": ">= 17",
"react-router-dom": ">= 6.4.0",
"typescript": ">= 4.9"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@happy-dom/global-registrator": "^11.0.6",
"@testing-library/react": "^14.0.0",
"bun-types": "^1.0.1",
"eslint": "^8.45.0",
"expect-type": "^0.16.0",
"happy-dom": "^11.0.6",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-router-dom": "^6.16.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
},
"dependencies": {}
}

0 comments on commit a85b1a7

Please sign in to comment.