Skip to content

Commit 63299ac

Browse files
committed
Remove cheap-ruler dependency
1 parent 3dfea73 commit 63299ac

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

.flowconfig

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
.*/node_modules/@mapbox/batfish/.*
1414
.*/node_modules/browserify/.*
1515
.*/node_modules/browser-sync.*/.*
16-
.*/node_modules/cheap-ruler/.*
1716
.*/node_modules/nyc/.*
1817
.*/node_modules/fbjs/.*
1918
.*/node_modules/es5-ext/.*

flow-typed/cheap-ruler.js

-12
This file was deleted.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@mapbox/unitbezier": "^0.0.0",
2424
"@mapbox/vector-tile": "^1.3.1",
2525
"@mapbox/whoots-js": "^3.1.0",
26-
"cheap-ruler": "^3.0.1",
2726
"csscolorparser": "~1.0.3",
2827
"earcut": "^2.2.2",
2928
"geojson-vt": "^3.2.1",

src/style-spec/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"minimist": "^1.2.5",
4747
"rw": "^1.3.3",
4848
"sort-object": "^0.3.2",
49-
"cheap-ruler": "^3.0.1",
5049
"quickselect": "^2.0.0",
5150
"tinyqueue": "^2.0.3"
5251
},

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -2551,11 +2551,6 @@ charm@^1.0.0:
25512551
dependencies:
25522552
inherits "^2.0.1"
25532553

2554-
cheap-ruler@^3.0.1:
2555-
version "3.0.1"
2556-
resolved "https://registry.yarnpkg.com/cheap-ruler/-/cheap-ruler-3.0.1.tgz#3df3bd6fe664d8cab9e9e826bba24d7271e7645a"
2557-
integrity sha512-bmBKGkNKcwCpltGzfMXZMrFE06SG8dgSv96W39Mk+um7zbNTQNumKl5LBwFC0gbffy8Jnf0+SDHsOqpDYJxYow==
2558-
25592554
chokidar@^3.3.0, chokidar@^3.4.0, chokidar@^3.5.1:
25602555
version "3.5.1"
25612556
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"

0 commit comments

Comments
 (0)