Skip to content

Commit 7b561fa

Browse files
authored
main statement in bower package
correct main in bower package for automatic injection
1 parent abf8f22 commit 7b561fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-angular-validation",
33
"description": "Bootstrap form validation in Angular like jQuery but w/o jQuery.",
4-
"main": "src/app.js",
4+
"main": "dist/bootstrap-angular-validation.min.js",
55
"dependencies": {
66
"bootstrap": "^3.3.6"
77
},

0 commit comments

Comments
 (0)