Skip to content

Commit

Permalink
Add the package directory to each packages package.json
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 deephaven#445
  • Loading branch information
mofojed committed Mar 1, 2022
1 parent 4cafc84 commit c1cc3fb
Show file tree
Hide file tree
Showing 41 changed files with 24,395 additions and 1,230 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 c1cc3fb

Please sign in to comment.