Skip to content

Commit 607074a

Browse files
committed
Updates for jquery price format version
1 parent fea693c commit 607074a

File tree

9 files changed

+8
-445
lines changed

9 files changed

+8
-445
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build/
66

77
/node_modules
88
/lib
9+
/lib2
910
!/lib/base.js
1011
!/lib/validate.js
1112

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"jquery-hashchange": "https://github.com/gseguin/jquery-hashchange.git",
6060
"jquery-maskedinput": "1.3.1",
6161
"jquery-mobile-bower": "1.4.2",
62-
"jquery-price-format": ">= 2.0.0",
62+
"jquery-price-format2": ">= 2.0.0",
6363
"jquery-ui": "1.11.2",
6464
"jqueryui-timepicker-addon": "1.5.0",
6565
"js-beautify": "1.5.4",
@@ -74,7 +74,7 @@
7474
"tinycolor": "1.3.0"
7575
},
7676
"resolutions": {
77-
"bootstrap": "3.2.0",
78-
"jquery": "1.11.1"
77+
"bootstrap": "3.3.2",
78+
"jquery": "~2.1.0"
7979
}
8080
}

features/support/cucumber.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src="../../lib/handlebars/handlebars.min.js"></script>
1212
<script src="../../lib/jquery-ui/jquery-ui.js"></script>
1313

14-
<script src="../../lib/jquery-price-format/jquery.price_format.min.js"></script>
14+
<script src="../../lib/jquery-price-format2/jquery.price_format.min.js"></script>
1515

1616
<script src="../../lib/ckeditor/ckeditor.js"></script>
1717

lib/base.js

Lines changed: 0 additions & 147 deletions
This file was deleted.

lib/jquery.price_format.2.0/jquery.price_format.2.0.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)