Skip to content

Commit

Permalink
Merge pull request #1 from BeeInventor/develop
Browse files Browse the repository at this point in the history
fix: add external
  • Loading branch information
steven11329 authored Jun 29, 2023
2 parents 1b6779e + 9c50d6a commit 845be94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeinventor/mapbox-gl-draw-scale-rotate-mode",
"version": "0.1.1",
"version": "0.1.2",
"description": "A custom mode for MapboxGL Draw to scale and rotate features",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -32,11 +32,9 @@
"@rollup/plugin-node-resolve": "15.0.1",
"rollup": "^3.7.0"
},
"peerDependencies": {
"@mapbox/mapbox-gl-draw": "1.2.0"
},
"dependencies": {
"@turf/turf": "5.1.6"
"@turf/turf": "5.1.6",
"@mapbox/mapbox-gl-draw": "1.2.0"
},
"publishConfig": {
"@beeinventor:registry": "https://npm.pkg.github.com"
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export default [
name: 'ScaleRotateMode',
sourcemap: process.env.NODE_ENV !== 'production',
},
external: ['@mapbox/mapbox-gl-draw', '@turf/turf']
},
];

0 comments on commit 845be94

Please sign in to comment.