Skip to content

Commit

Permalink
chore: the 'package.json' file adds repository information
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoruikang committed Dec 13, 2024
1 parent 1730088 commit d50f644
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/avl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/liaoruikang/dstl-js.git",
"directory": "packages/avl"
},
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions packages/bst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/liaoruikang/dstl-js.git",
"directory": "packages/bst"
},
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down
4 changes: 4 additions & 0 deletions packages/dstl-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/liaoruikang/dstl-js.git"
},
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions packages/linklist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/liaoruikang/dstl-js.git",
"directory": "packages/linklist"
},
"exports": {
".": {
"import": {
Expand Down
5 changes: 5 additions & 0 deletions packages/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/liaoruikang/dstl-js.git",
"directory": "packages/queue"
},
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"unpkg": "dist/index.js",
"author": "Lrk",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/liaoruikang/dstl-js.git",
"directory": "packages/shared"
},
"files": [
"dist"
],
Expand Down
5 changes: 5 additions & 0 deletions packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@dstl-js/stack",
"version": "1.0.0-alpha.1",
"unpkg": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/liaoruikang/dstl-js.git",
"directory": "packages/stack"
},
"files": [
"dist"
],
Expand Down

0 comments on commit d50f644

Please sign in to comment.