iso-lang-codes
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "iso-lang-codes", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Node util for ISO Language Codes (639-1 and 693-2) and IETF Language Types", | ||
"main": "index.js", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
@@ -26,2 +26,6 @@ "test": "nyc --reporter=text mocha --exit", | ||
"author": "Cloudoki", | ||
"contributors": [ | ||
"Diogo Simões <diogo@cloudoki.com>", | ||
"Délio Amaral <delio@cloudoki.com>" | ||
], | ||
"license": "MIT", | ||
@@ -33,2 +37,4 @@ "bugs": { | ||
"devDependencies": { | ||
"@semantic-release/git": "^7.0.8", | ||
"@semantic-release/npm": "^5.1.4", | ||
"chai": "^4.2.0", | ||
@@ -57,3 +63,17 @@ "commitizen": "^3.0.5", | ||
} | ||
}, | ||
"release": { | ||
"plugins": [ | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"package.json" | ||
], | ||
"message": "chore(release): ${nextRelease.version} [skip ci]" | ||
} | ||
], | ||
"@semantic-release/npm" | ||
] | ||
} | ||
} |
@@ -0,1 +1,5 @@ | ||
[![Build Status](https://travis-ci.org/Cloudoki/iso-language-codes.svg?branch=master)](https://travis-ci.org/Cloudoki/iso-language-codes) | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
# ISO Language Codes | ||
@@ -11,2 +15,16 @@ | ||
# Usage | ||
Install the latest version: | ||
`npm i --save iso-lang-codes@latest` | ||
Require the module in your code & start using: | ||
`const codes = require('iso-lang-codes')` | ||
`codes.validateLocaleCode('pt-PT')` | ||
<br /> | ||
# Documentation | ||
@@ -13,0 +31,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
268304
84
17