We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e06ae5 commit d84c65bCopy full SHA for d84c65b
build.js
@@ -1,6 +1,6 @@
1
import fs from 'node:fs';
2
import localeCompare from 'locale-compare';
3
-import stringify from '@aitodotai/json-stringify-pretty-compact';
+import stringify from 'json-stringify-pretty-compact';
4
const withLocale = localeCompare('en-US');
5
6
import presetsJSON from '@openstreetmap/id-tagging-schema/dist/presets.json' with {type: 'json'};
package.json
@@ -21,9 +21,9 @@
21
"*": "./*"
22
},
23
"devDependencies": {
24
- "@aitodotai/json-stringify-pretty-compact": "^1.3.0",
25
"@openstreetmap/id-tagging-schema": "6.5.0",
26
"esbuild": "^0.23.1",
+ "json-stringify-pretty-compact": "^4.0.0",
27
"locale-compare": "^2.0.0",
28
"npm-run-all": "^4.1.5",
29
"shx": "^0.3.4"
0 commit comments