Added minimization

This commit is contained in:
Luca Tagliaferri 2019-02-01 22:51:59 +01:00
parent 714d2c37d0
commit 869af1f1c5
5 changed files with 2855 additions and 740 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
iso-countries-languages.sublime-project
iso-countries-languages.sublime-workspace
node_modules/

View file

@ -1,7 +1,3 @@
[![bitHound Overall Score](https://www.bithound.io/bitbucket/pinturic/iso-countries-languages/badges/score.svg)](https://www.bithound.io/bitbucket/pinturic/iso-countries-languages)
[![bitHound Dependencies](https://www.bithound.io/bitbucket/pinturic/iso-countries-languages/badges/dependencies.svg)](https://www.bithound.io/bitbucket/pinturic/iso-countries-languages/master/dependencies/npm)
[![bitHound Dev Dependencies](https://www.bithound.io/bitbucket/pinturic/iso-countries-languages/badges/devDependencies.svg)](https://www.bithound.io/bitbucket/pinturic/iso-countries-languages/master/dependencies/npm)
[![bitHound Code](https://www.bithound.io/bitbucket/pinturic/iso-countries-languages/badges/code.svg)](https://www.bithound.io/bitbucket/pinturic/iso-countries-languages)
![ Code documentation ](./esdoc/badge.svg)

File diff suppressed because one or more lines are too long

2849
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@
"description": "ISO 639-1 languages and ISO 3166-1 countries translated in 89 languages",
"main": "./lib/iso-countries-languages.js",
"scripts": {
"build": "NODE_ENV=production webpack --progress"
"build": "NODE_ENV=production webpack --progress --optimize-minimize"
},
"repository": {
"type": "git",