|
73 | 73 | # pin "@turf/turf", to: "turf.min.js", preload: false # @7.3.0 |
74 | 74 | # Turf libs needed by mapbox-gl-draw |
75 | 75 | pin "@turf/projection", to: "@turf--projection.js", preload: false # @7.3.3 |
76 | | -pin "@turf/clone", to: "@turf--clone.js", preload: false # @7.3.3 |
77 | | -pin "@turf/helpers", to: "@turf--helpers.js" # @7.3.3 |
78 | | -pin "@turf/meta", to: "@turf--meta.js" # @7.3.3 |
| 76 | +pin "@turf/clone", to: "@turf--clone.js", preload: false # @7.3.4 |
| 77 | +pin "@turf/helpers", to: "@turf--helpers.js" # @7.3.4 |
| 78 | +pin "@turf/meta", to: "@turf--meta.js" # @7.3.4 |
79 | 79 | # Turf libs needed by app |
80 | | -pin "@turf/simplify", to: "@turf--simplify.js", preload: false # @7.3.2 |
81 | | -pin "@turf/boolean-point-on-line", to: "@turf--boolean-point-on-line.js", preload: false # @7.3.3 |
82 | | -pin "@turf/clean-coords", to: "@turf--clean-coords.js", preload: false # @7.3.3 |
83 | | -pin "@turf/invariant", to: "@turf--invariant.js", preload: false # @7.3.3 |
| 80 | +pin "@turf/simplify", to: "@turf--simplify.js", preload: false # @7.3.4 |
| 81 | +pin "@turf/boolean-point-on-line", to: "@turf--boolean-point-on-line.js", preload: false # @7.3.4 |
| 82 | +pin "@turf/clean-coords", to: "@turf--clean-coords.js", preload: false # @7.3.4 |
| 83 | +pin "@turf/invariant", to: "@turf--invariant.js", preload: false # @7.3.4 |
84 | 84 | pin "@turf/centroid", to: "@turf--centroid.js", preload: false # @7.3.3 |
85 | 85 | pin "@turf/distance", to: "@turf--distance.js", preload: false # @7.3.3 |
86 | 86 | pin "@turf/along", to: "@turf--along.js", preload: false # @7.3.2 |
|
0 commit comments