We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a6d5d commit db84ed2Copy full SHA for db84ed2
bower.json
@@ -6,7 +6,7 @@
6
"TheSharpieOne <[email protected]>"
7
],
8
"description": "Checks if one input matches another",
9
- "main": "dist/match.min.js",
+ "main": "dist/angular-input-match.min.js",
10
"keywords": [
11
"Angular",
12
"input",
package.json
@@ -3,7 +3,7 @@
3
"version": "1.1.0",
4
"homepage": "https://github.com/TheSharpieOne/angular-input-match",
5
- "main": "./dist/match.min.js",
+ "main": "./dist/angular-input-match.min.js",
"scripts": {
"test": "gulp test"
},
0 commit comments