Skip to content

Commit

Permalink
add repository fields to package.json of api and ui packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Aug 21, 2024
1 parent 31faf6f commit d204c6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/js/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.1",
"description": "Package containing the solidtime api client and type declarations",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/solidtime-io/solidtime.git",
"directory": "resources/js/packages/api"
},
"scripts": {
"build": "npx ncc build src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
5 changes: 5 additions & 0 deletions resources/js/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "Package containing the solidtime ui components",
"main": "./dist/solidtime-ui-lib.umd.cjs",
"module": "./dist/solidtime-ui-lib.js",
"repository": {
"type": "git",
"url": "git+https://github.com/solidtime-io/solidtime.git",
"directory": "resources/js/packages/ui"
},
"exports": {
".": {
"import": "./dist/solidtime-ui-lib.js",
Expand Down

0 comments on commit d204c6f

Please sign in to comment.