Skip to content

Commit

Permalink
Merge pull request #3 from leodido/develop
Browse files Browse the repository at this point in the history
Improve bower release
  • Loading branch information
leodido committed Mar 6, 2015
2 parents af7c744 + 49341ba commit bd8d785
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ I18n phone numbers

**Parse, format, and validate international phone numbers through Google's libphonenumber**.

[![Bower](https://img.shields.io/bower/v/i18n-phonenumbers.svg?style=flat-square)]() [![License](https://img.shields.io/badge/license-Apache--2.0-yellowgreen.svg)](http://opensource.org/licenses/Apache-2.0)
[![Bower](https://img.shields.io/bower/v/i18n-phonenumbers.svg?style=flat-square)](http://github.com/leodido/i18n.phonenumbers.js/releases/latest) [![License](https://img.shields.io/badge/license-Apache--2.0-yellowgreen.svg?style=flat-square)](http://opensource.org/licenses/Apache-2.0)

This repository provides an already compiled JavaScript library aimed to parse, to format and to validate international telephone numbers. It uses the last version (actually 7.0.3) of Google's [libphonenumber](https://github.com/googlei18n/libphonenumber).

Expand Down
9 changes: 6 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "i18n-phonenumbers",
"description": "Parse, format, and validate international phone numbers through Google's libphonenumber",
"version": "0.703.0",
"version": "0.703.1",
"authors": [
"Leo Di Donato <leodidonato@gmail.com> (http://git.io/leodido)"
],
"main": "i18n.phonenumbers.min.js",
"main": [
"i18n.phonenumbers.min.js",
"lite.i18n.phonenumbers.min.js"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -19,7 +22,7 @@
"gulpfile.js",
"bower.json",
"package.json",
"lib"
"src"
],
"devDependencies": {
"closure-library": "google/closure-library",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-phonenumbers",
"version": "0.703.0",
"version": "0.703.1",
"description": "Parse, format, and validate international phone numbers through Google's libphonenumber",
"main": "i18n.phonenumbers.min.js",
"author": {
Expand Down

0 comments on commit bd8d785

Please sign in to comment.