Skip to content

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmjmanders committed Aug 21, 2014
2 parents 5c02ef8 + 4fcf5fe commit 9c0a991
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- npm install -g bower grunt-cli
- bower install
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/mmjmanders/ng-iban.svg?branch=master)](https://travis-ci.org/mmjmanders/ng-iban)

# ng-iban - validate input fields as IBAN
The goals is to provide an easy way to validate an input field as an IBAN number with [AngularJS](https://angularjs.org/).

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-iban",
"version": "0.1.1",
"version": "0.1.2",
"authors": [
"Mark Manders <[email protected]>"
],
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-iban",
"version": "0.1.1",
"version": "0.1.2",
"description": "IBAN directive for AngularJS",
"main": "./dist/ng-iban.js",
"scripts": {
Expand All @@ -16,6 +16,10 @@
"type": "git",
"url": "https://github.com/mmjmanders/ng-iban.git"
},
"bugs": "https://github.com/mmjmanders/ng-iban/issues",
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"grunt": "^0.4.5",
Expand Down

0 comments on commit 9c0a991

Please sign in to comment.