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

npm package pretty & minified

parent 052b31a3
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"name": "g1lib",
"version": "3.0.2",
"description": "An ubiquitous static javascript toolbox lib for Ǧ1 / Duniter ecosystem with reliability in mind.",
"main": "all.mjs",
"main": "all.min.mjs",
"author": {
"name": "[1000i100] Millicent Billette",
"email": "git@1000i100.fr",
......
......@@ -12,9 +12,9 @@
"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/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/dictionary-builder.mjs -o generated/npm/dictionary-builder.mjs",
"build:npm:min:all": "terser generated/npm/all.mjs -o generated/npm/all.min.mjs",
"build:npm:min:crypto": "terser generated/npm/crypto.mjs -o generated/npm/crypto.min.mjs",
"build:npm:min:dictionaryBuilder": "terser generated/npm/dictionary-builder.mjs -o generated/npm/dictionary-builder.min.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