Skip to content

Commit

Permalink
fix(deplay): try to add modified
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jan 28, 2025
1 parent da7101a commit 6247fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch": "node ./config/concurrently.mjs watch",
"changelog": "conventional-changelog -n ./config/conventionalChangelog/config.cjs -i changelog.md -s",
"bump": "if [ -z $npm_config_level ]; then grunt bump:minor; else grunt bump:$npm_config_level; fi && npm run changelog && npm run update-packages && npm install && git add -A && git commit --amend --no-edit",
"publish-next": "npm version prerelease --preid next && npm run prerelease-next --workspaces --if-present && npm run publish-next --workspaces --if-present",
"publish-next": "npm version prerelease --preid next && npm run prerelease-next --workspaces --if-present && npm run publish-next --workspaces --if-present && git add . --all",
"publish-latest": "npm run publish-latest --workspaces --if-present",
"update-packages": "npm run update-package --workspaces --if-present"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/Main/src/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const conf = {

export const REVISION = conf.version;

// Geographic tools
// Geographic tools 2 delete
export { Coordinates, Extent, CRS, Ellipsoid, ellipsoidSizes, OrientationUtils } from '@itowns/geographic';
export { default as GeoidGrid } from 'Core/Geographic/GeoidGrid';

Expand Down

0 comments on commit 6247fe7

Please sign in to comment.