Added minimization
This commit is contained in:
parent
714d2c37d0
commit
869af1f1c5
5 changed files with 2855 additions and 740 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
iso-countries-languages.sublime-project
|
||||
iso-countries-languages.sublime-workspace
|
||||
node_modules/
|
|
@ -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
2849
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue