Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
w8r committed Oct 16, 2024
1 parent 87210d1 commit ebf331e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build --if-present
- run: npm publish
Expand Down
1 change: 0 additions & 1 deletion src/Handler.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
Polyline,
GeoJSON,
DomEvent,
Browser,
} from 'leaflet';
import { Matrix, matrix } from './Matrix';
import { Handle, RotateHandle } from './Handles';
Expand Down

0 comments on commit ebf331e

Please sign in to comment.