Skip to content

Commit

Permalink
Updated Readme and Bumped version to 8.10.3-alpha.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
superhit0 authored Jan 13, 2019
1 parent 73aa01e commit e7cc607
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ deploy:
api_key: $NPM_TOKEN
skip_cleanup: true
on:
branch: release
condition: $TRAVIS_BRANCH = release
tags: true
after_deploy: echo "$(tput bold)$(tput setaf 6)Completed Deployment of NPM version - `cat package.json | python -c "import sys, json; print(json.load(sys.stdin)['version'])"`"
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
This repo is a compiled and minified version of the utilities functions from the [googlei18n's libphonenumber](https://github.com/googlei18n/libphonenumber) library.
The functions are exposed to `window.intlTelInputUtils` inside browser environment.

# How to use?
* Add `libphonenumber-js-utils` to the package dependency.
* `import 'libphonenumber-js-utils';` in your code.
* The functions will be available in `window.intlTelInputUtils`.

# Features inside it :
Name | Type | Description
-----|------|---------------
Expand Down Expand Up @@ -42,12 +47,6 @@ Checkout closure-library, closure-compiler, closure-linter and python-gflags nex

3. Run the compiled demo: `javascript/i18n/phonenumbers/demo-compiled.html`

### Release:
1. Raise a PR from `master` branch to `release` branch.
2. Make sure you have updated the `version` in `package.json`.
3. Merge the PR.
4. The travis will release the module to `npm registry`.

# Contributors :
[![@superhit0](https://avatars.githubusercontent.com/superhit0?size=50)](https://github.com/superhit0) | [![@patw0929](https://avatars.githubusercontent.com/patw0929?size=50)](https://github.com/patw0929) | [![@nutboltu](https://avatars.githubusercontent.com/nutboltu?size=50)](https://github.com/nutboltu)
----|-----|-----
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libphonenumber-js-utils",
"version": "8.10.3-alpha.0",
"version": "8.10.3-alpha.1",
"googleLibphonenumberVersion": "8.10.3",
"description": "",
"main": "dist/libphonenumber.js",
Expand Down

0 comments on commit e7cc607

Please sign in to comment.