Skip to content

Commit 942151d

Browse files
committed
Including the min.js file in main-bower-file
1 parent 4c42b0a commit 942151d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bootstrap-angular-validation.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<content url="file://$MODULE_DIR$">
66
<excludeFolder url="file://$MODULE_DIR$/.idea" />
77
<excludeFolder url="file://$MODULE_DIR$/bower_components" />
8+
<excludeFolder url="file://$MODULE_DIR$/dist" />
89
<excludeFolder url="file://$MODULE_DIR$/node_modules" />
910
</content>
1011
<orderEntry type="inheritedJdk" />

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "bootstrap-angular-validation",
33
"description": "Bootstrap form validation in Angular like jQuery but w/o jQuery.",
4-
"main": "dist/bootstrap-angular-validation.min.js",
4+
"main": [
5+
"dist/bootstrap-angular-validation-all.min.js"
6+
],
57
"dependencies": { },
68
"devDependencies": {
79
"angular": "^1.5.5"

0 commit comments

Comments
 (0)