Skip to content
Snippets Groups Projects
Commit 052b31a3 authored by Millicent Billette's avatar Millicent Billette
Browse files

XO lint ok :)

parent 053887fd
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,11 @@
"build:vendors": "node CI/build.js",
"build:npm:all": "rollup src/all.mjs --format esm --file generated/npm/all.mjs",
"build:npm:crypto": "rollup src/crypto.mjs --format esm --file generated/npm/crypto.mjs",
"build:npm:dictionaryBuilder": "rollup src/dictionary-builder.mjs --format esm --file generated/npm/dictionaryBuilder.mjs",
"build:npm:dictionaryBuilder": "rollup src/dictionary-builder.mjs --format esm --file generated/npm/dictionary-builder.mjs",
"packaging": "https://github.com/1000i100/latinize-to-ascii/blob/master/package.json",
"build:npm:min:all": "terser generated/npm/all.mjs -o generated/npm/all.mjs",
"build:npm:min:crypto": "terser generated/npm/crypto.mjs -o generated/npm/crypto.mjs",
"build:npm:min:dictionaryBuilder": "terser generated/npm/dictionaryBuilder.mjs -o generated/npm/dictionaryBuilder.mjs",
"build:npm:min:dictionaryBuilder": "terser generated/npm/dictionary-builder.mjs -o generated/npm/dictionary-builder.mjs",
"build:npm:cp": "cp npm/* generated/npm/",
"build:npm:cp:readme": "cp README* generated/npm/",
"test": "run-s test:dev",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment