Skip to content

Commit ecd469f

Browse files
committed
Remove scripts, dependencies from package.json
1 parent 6e25a5f commit ecd469f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"use-draftlogs": "node tasks/use_draftlogs.js",
3636
"empty-draftlogs": "node tasks/empty_draftlogs.js",
3737
"empty-dist": "node tasks/empty_dist.js",
38-
"build": "npm run empty-dist && npm run preprocess && npm run build_topojson && npm run find-strings && npm run bundle && npm run extra-bundles && npm run locales && npm run schema dist && npm run stats",
38+
"build": "npm run empty-dist && npm run preprocess && npm run find-strings && npm run bundle && npm run extra-bundles && npm run locales && npm run schema dist && npm run stats",
3939
"regl-codegen": "node devtools/regl_codegen/server.mjs",
40-
"cibuild": "npm run empty-dist && npm run preprocess && npm run build_topojson && node tasks/cibundle.mjs",
40+
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.mjs",
4141
"lint": "npx @biomejs/biome lint",
4242
"lint-fix": "npx @biomejs/biome format ./test/image/mocks --write; npx @biomejs/biome lint --write || true",
4343
"pretest": "node tasks/pretest.js",
@@ -60,10 +60,7 @@
6060
"version": "npm run build && git add -A lib dist build src/version.js",
6161
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
6262
"postpublish": "node tasks/sync_packages.js",
63-
"postshrinkwrap": "chttps .",
64-
"get_geodata": "node tasks/topojson/get_geodata.mjs",
65-
"process_geodata": "node tasks/topojson/process_geodata.mjs",
66-
"build_topojson": "npm run get_geodata && npm run process_geodata"
63+
"postshrinkwrap": "chttps ."
6764
},
6865
"browserify": {
6966
"transform": [
@@ -124,8 +121,6 @@
124121
},
125122
"devDependencies": {
126123
"@biomejs/biome": "1.8.3",
127-
"@mapbox/geojson-rewind": "^0.5.2",
128-
"@placemarkio/check-geojson": "^0.1.14",
129124
"@plotly/mathjax-v2": "npm:[email protected]",
130125
"@plotly/mathjax-v3": "npm:mathjax@^3.2.2",
131126
"amdefine": "^1.0.1",
@@ -167,7 +162,6 @@
167162
"karma-viewport": "1.0.2",
168163
"lodash": "^4.17.21",
169164
"madge": "^8.0.0",
170-
"mapshaper": "^0.6.102",
171165
"minify-stream": "^2.1.0",
172166
"npm-link-check": "^5.0.1",
173167
"open": "^8.4.2",
@@ -181,7 +175,6 @@
181175
"stream-browserify": "^3.0.0",
182176
"style-loader": "^4.0.0",
183177
"through2": "^4.0.2",
184-
"topojson-server": "^3.0.1",
185178
"transform-loader": "^0.2.4",
186179
"true-case-path": "^2.2.1",
187180
"virtual-webgl": "^1.0.6"

0 commit comments

Comments
 (0)