Skip to content

Commit d84c65b

Browse files
committed
Go back to using lydell's json-stringify-pretty-compact
This now seems updated more recently than @AitoDotAI's, and we only use the `maxLength` option anyway.
1 parent 0e06ae5 commit d84c65b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from 'node:fs';
22
import localeCompare from 'locale-compare';
3-
import stringify from '@aitodotai/json-stringify-pretty-compact';
3+
import stringify from 'json-stringify-pretty-compact';
44
const withLocale = localeCompare('en-US');
55

66
import presetsJSON from '@openstreetmap/id-tagging-schema/dist/presets.json' with {type: 'json'};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"*": "./*"
2222
},
2323
"devDependencies": {
24-
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
2524
"@openstreetmap/id-tagging-schema": "6.5.0",
2625
"esbuild": "^0.23.1",
26+
"json-stringify-pretty-compact": "^4.0.0",
2727
"locale-compare": "^2.0.0",
2828
"npm-run-all": "^4.1.5",
2929
"shx": "^0.3.4"

0 commit comments

Comments
 (0)