Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
chore: Add homepage, repository and bugs to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Mar 1, 2020
1 parent aefa044 commit 56d05b5
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
9 changes: 8 additions & 1 deletion packages/read-bigint-64-be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
],
"author": "Oscar Busk <[email protected]>",
"license": "MIT",
"homepage": "",
"homepage": "https://github.com/oBusk/read-bigint/tree/master/packages/read-bigint-64-be#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/oBusk/read-bigint.git"
},
"bugs": {
"url": "https://github.com/oBusk/read-bigint/issues"
},
"files": [
"dist/",
"dist.module/",
Expand Down
9 changes: 8 additions & 1 deletion packages/read-bigint-64-le/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
],
"author": "Oscar Busk <[email protected]>",
"license": "MIT",
"homepage": "",
"homepage": "https://github.com/oBusk/read-bigint/tree/master/packages/read-bigint-64-le#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/oBusk/read-bigint.git"
},
"bugs": {
"url": "https://github.com/oBusk/read-bigint/issues"
},
"files": [
"dist/",
"dist.module/",
Expand Down
9 changes: 8 additions & 1 deletion packages/read-bigint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
],
"author": "Oscar Busk <[email protected]>",
"license": "MIT",
"homepage": "",
"homepage": "https://github.com/oBusk/read-bigint/tree/master/packages/read-bigint#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/oBusk/read-bigint.git"
},
"bugs": {
"url": "https://github.com/oBusk/read-bigint/issues"
},
"files": [
"dist/",
"dist.module/",
Expand Down
9 changes: 8 additions & 1 deletion packages/read-biguint-64-be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
],
"author": "Oscar Busk <[email protected]>",
"license": "MIT",
"homepage": "",
"homepage": "https://github.com/oBusk/read-bigint/tree/master/packages/read-biguint-64-be#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/oBusk/read-bigint.git"
},
"bugs": {
"url": "https://github.com/oBusk/read-bigint/issues"
},
"files": [
"dist/",
"dist.module/",
Expand Down
9 changes: 8 additions & 1 deletion packages/read-biguint-64-le/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
],
"author": "Oscar Busk <[email protected]>",
"license": "MIT",
"homepage": "",
"homepage": "https://github.com/oBusk/read-bigint/tree/master/packages/read-biguint-64-le#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/oBusk/read-bigint.git"
},
"bugs": {
"url": "https://github.com/oBusk/read-bigint/issues"
},
"files": [
"dist/",
"dist.module/",
Expand Down

0 comments on commit 56d05b5

Please sign in to comment.