Skip to content

Commit cb6932a

Browse files
committed
angular-input-match -> angular-validation-match
Update URLs
1 parent db7a138 commit cb6932a

File tree

6 files changed

+22
-15
lines changed

6 files changed

+22
-15
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Build Status](https://travis-ci.org/TheSharpieOne/angular-input-match.svg?branch=master)](https://travis-ci.org/TheSharpieOne/angular-input-match)
2-
[![Code Climate](https://codeclimate.com/github/TheSharpieOne/angular-input-match/badges/gpa.svg)](https://codeclimate.com/github/TheSharpieOne/angular-input-match) [![Test Coverage](https://codeclimate.com/github/TheSharpieOne/angular-input-match/badges/coverage.svg)](https://codeclimate.com/github/TheSharpieOne/angular-input-match)
3-
[![Coverage Status](https://coveralls.io/repos/TheSharpieOne/angular-input-match/badge.png)](https://coveralls.io/r/TheSharpieOne/angular-input-match)
4-
[![Dependency Status](https://david-dm.org/thesharpieone/angular-input-match.svg?style=flat)](https://david-dm.org/thesharpieone/angular-input-match)
5-
[![devDependency Status](https://david-dm.org/thesharpieone/angular-input-match/dev-status.svg?style=flat)](https://david-dm.org/thesharpieone/angular-input-match#info=devDependencies)
1+
[![Build Status](https://travis-ci.org/TheSharpieOne/angular-validation-match.svg?branch=master)](https://travis-ci.org/TheSharpieOne/angular-validation-match)
2+
[![Code Climate](https://codeclimate.com/github/TheSharpieOne/angular-validation-match/badges/gpa.svg)](https://codeclimate.com/github/TheSharpieOne/angular-validation-match) [![Test Coverage](https://codeclimate.com/github/TheSharpieOne/angular-validation-match/badges/coverage.svg)](https://codeclimate.com/github/TheSharpieOne/angular-validation-match)
3+
[![Coverage Status](https://coveralls.io/repos/TheSharpieOne/angular-validation-match/badge.png)](https://coveralls.io/r/TheSharpieOne/angular-validation-match)
4+
[![Dependency Status](https://david-dm.org/thesharpieone/angular-validation-match.svg?style=flat)](https://david-dm.org/thesharpieone/angular-validation-match)
5+
[![devDependency Status](https://david-dm.org/thesharpieone/angular-validation-match/dev-status.svg?style=flat)](https://david-dm.org/thesharpieone/angular-validation-match#info=devDependencies)
66

77
Angular Validation: Match
88
===================

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-validation-match",
3-
"version": "1.5.0",
4-
"homepage": "https://github.com/TheSharpieOne/angular-input-match",
3+
"version": "1.5.1",
4+
"homepage": "https://github.com/TheSharpieOne/angular-validation-match",
55
"authors": [
66
"TheSharpieOne <evan@lostonia.com>"
77
],
@@ -17,7 +17,7 @@
1717
],
1818
"repository": {
1919
"type": "git",
20-
"url": "git://github.com/TheSharpieOne/angular-input-match"
20+
"url": "git://github.com/TheSharpieOne/angular-validation-match"
2121
},
2222
"licenses": [
2323
{

dist/angular-validation-match.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
22
* angular-validation-match
33
* Checks if one input matches another
4-
* @version v1.5.0
5-
* @link https://github.com/TheSharpieOne/angular-input-match
4+
* @version v1.5.1
5+
* @link https://github.com/TheSharpieOne/angular-validation-match
66
* @license MIT License, http://www.opensource.org/licenses/MIT
77
*/
88
(function(window, angular, undefined){'use strict';
@@ -49,4 +49,4 @@ function match ($parse) {
4949
};
5050
}
5151
match.$inject = ["$parse"];
52-
})(window, window.angular);
52+
})(window, window.angular);

dist/angular-validation-match.min.js

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ gulp.task('minBuild', function () {
4040
mangle: true,
4141
preserveComments: 'some'
4242
}))
43+
.pipe(wrap(banner+'<%= contents %>', {pkg: pkg}))
4344
.pipe(gulp.dest('./build/'));
4445
});
4546

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "angular-validation-match",
3-
"version": "1.5.0",
4-
"homepage": "https://github.com/TheSharpieOne/angular-input-match",
3+
"version": "1.5.1",
4+
"homepage": "https://github.com/TheSharpieOne/angular-validation-match",
55
"description": "Checks if one input matches another",
66
"main": "./dist/angular-validation-match.min.js",
77
"scripts": {
88
"test": "gulp test"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/TheSharpieOne/angular-input-match"
12+
"url": "git://github.com/TheSharpieOne/angular-validation-match"
1313
},
1414
"keywords": [
1515
"Angular",

0 commit comments

Comments
 (0)