Skip to content

Commit db84ed2

Browse files
author
Evan Sharp
committed
Fix(bower/npm): updated main path
1 parent f5a6d5d commit db84ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"TheSharpieOne <[email protected]>"
77
],
88
"description": "Checks if one input matches another",
9-
"main": "dist/match.min.js",
9+
"main": "dist/angular-input-match.min.js",
1010
"keywords": [
1111
"Angular",
1212
"input",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"homepage": "https://github.com/TheSharpieOne/angular-input-match",
55
"description": "Checks if one input matches another",
6-
"main": "./dist/match.min.js",
6+
"main": "./dist/angular-input-match.min.js",
77
"scripts": {
88
"test": "gulp test"
99
},

0 commit comments

Comments
 (0)