Skip to content

Commit 8e208d5

Browse files
committed
Change name from angular-input-match -> angular-validation-match
It looks like the (fork?) at [1] has claimed the Bower namespace for angular-input-match [2]. I see neither name registered with npm [3,4]. Since we already updated the docs in f5a6d5d (Chore(build): Created build and tests, 2014-11-26), I think it makes sense to follow suit with the packing metadata. Otherwise folks like me will be confused about why the angular-validation-match Bower package is pointing at this repository, or where the bower.json is for that angular-validation-match version. I'd recommend renaming the repository on GitHub as well (GitHub will automatically forward traffic requesting the old repository name), and then following up with a commit that updates the homepage and repository URLs. [1]: https://github.com/interval-braining/angular-input-match [2]: http://bower.io/search/?q=angular-input-match [3]: https://www.npmjs.com/search?q=angular-input-match [4]: https://www.npmjs.com/search?q=angular-validation-match
1 parent 2937184 commit 8e208d5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "angular-input-match",
2+
"name": "angular-validation-match",
33
"version": "1.5.0",
44
"homepage": "https://github.com/TheSharpieOne/angular-input-match",
55
"authors": [
66
"TheSharpieOne <evan@lostonia.com>"
77
],
88
"description": "Checks if one input matches another",
9-
"main": "dist/angular-input-match.min.js",
9+
"main": "dist/angular-validation-match.min.js",
1010
"keywords": [
1111
"Angular",
1212
"input",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "angular-input-match",
2+
"name": "angular-validation-match",
33
"version": "1.5.0",
44
"homepage": "https://github.com/TheSharpieOne/angular-input-match",
55
"description": "Checks if one input matches another",
6-
"main": "./dist/angular-input-match.min.js",
6+
"main": "./dist/angular-validation-match.min.js",
77
"scripts": {
88
"test": "gulp test"
99
},

0 commit comments

Comments
 (0)