Skip to content

Commit

Permalink
Add the package directory to each packages package.json (#460)
Browse files Browse the repository at this point in the history
- Update the repository information for each package.json to specify the directory that package is in
- Should make relative links work correctly when packages are published
- Partial #445
  • Loading branch information
mofojed authored Mar 2, 2022
1 parent da199b4 commit 2132a04
Show file tree
Hide file tree
Showing 40 changed files with 9,681 additions and 865 deletions.
6 changes: 5 additions & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "@deephaven/babel-preset",
"version": "0.11.0",
"description": "Deephaven Babel preset",
"repository": "https://github.com/deephaven/web-client-ui",
"repository": {
"type": "git",
"url": "https://github.com/deephaven/web-client-ui.git",
"directory": "packages/babel-preset"
},
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
"main": "./index.js",
Expand Down
Loading

0 comments on commit 2132a04

Please sign in to comment.