File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## v4.1.14-alpha
44- Fix issue with scopes being applied twice in Unique::getPaginatedQuery (https://github.com/userfrosting/extend-user/issues/2 )
5+ - Update Bower dependencies in core Sprinkle
56
67## v4.1.13-alpha
78- ` ufTable ` : Implement ` rowTemplate ` for customizing how rows are rendered (#787 )
Original file line number Diff line number Diff line change 11{
2- "name" : " core-assets" ,
3- "version" : " 0.0.1" ,
4- "homepage" : " https://github.com/userfrosting" ,
5- "authors" : [
6- " ssnukala"
7- ],
8- "moduleType" : [
9- " node"
10- ],
11- "license" : " MIT" ,
12- "ignore" : [
13- " **/.*" ,
14- " node_modules" ,
15- " bower_components" ,
16- " assets/vendor" ,
17- " examples" ,
18- " demo-resources" ,
19- " demo" ,
20- " test" ,
21- " tests"
22- ],
23- "dependencies" : {}
24- }
2+ "name" : " userfrosting-sprinkle-account" ,
3+ "description" : " Authentication and account management module for UserFrosting." ,
4+ "homepage" : " https://github.com/userfrosting" ,
5+ "license" : " MIT" ,
6+ "authors" : [
7+ {
8+ "name" : " Alexander Weissman" ,
9+ "homepage" : " https://alexanderweissman.com"
10+ },
11+ " ssnukala"
12+ ],
13+ "dependencies" : {},
14+ "moduleType" : [
15+ " node"
16+ ],
17+ "ignore" : [
18+ " **/.*" ,
19+ " node_modules" ,
20+ " bower_components" ,
21+ " assets/vendor" ,
22+ " examples" ,
23+ " demo-resources" ,
24+ " demo" ,
25+ " test" ,
26+ " tests"
27+ ]
28+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " core-assets " ,
3- "version " : " 0.0.1 " ,
2+ "name" : " userfrosting-sprinkle-core " ,
3+ "description " : " Core module for UserFrosting. " ,
44 "homepage" : " https://github.com/userfrosting" ,
5+ "license" : " MIT" ,
56 "authors" : [
7+ {
8+ "name" : " Alexander Weissman" ,
9+ "homepage" : " https://alexanderweissman.com"
10+ },
611 " ssnukala"
712 ],
13+ "dependencies" : {
14+ "jquery" : " >= 2.2.4" ,
15+ "bootstrap" : " ^3.3.6" ,
16+ "font-awesome" : " ^4.7" ,
17+ "handlebars" : " ^3.0" ,
18+ "clipboard" : " ^1.5" ,
19+ "ionicons" : " ^2.0" ,
20+ "icheck" : " ^1.0" ,
21+ "speakingurl" : " ^11.0" ,
22+ "urijs" : " ^1.18" ,
23+ "fastclick" : " ^1.0.6" ,
24+ "moment" : " ^2.17" ,
25+ "jquery-slimscroll" : " ^1.3" ,
26+ "jquery-validation" : " ~1.14.0" ,
27+ "select2" : " ~4.0.5" ,
28+ "tablesorter" : " jquery.tablesorter#2.28"
29+ },
30+ "resolutions" : {
31+ "jquery" : " >= 2.2.4"
32+ },
833 "moduleType" : [
934 " node"
1035 ],
11- "license" : " MIT" ,
1236 "ignore" : [
1337 " **/.*" ,
1438 " node_modules" ,
1943 " demo" ,
2044 " test" ,
2145 " tests"
22- ],
23- "dependencies" : {
24- "bootstrap" : " ^3.3.6" ,
25- "clipboard" : " 1.5.16" ,
26- "font-awesome" : " 4.7.0" ,
27- "handlebars" : " 3.0.3" ,
28- "jquery" : " >= 2.2.4" ,
29- "jquery-validation" : " ~1.14.0" ,
30- "select2" : " 4.0.4" ,
31- "tablesorter" : " jquery.tablesorter#2.28" ,
32- "moment" : " 2.17.1" ,
33- "speakingurl" : " 11.0.0" ,
34- "icheck" : " ^1.0.1" ,
35- "jquery-slimscroll" : " ~1.3.8" ,
36- "fastclick" : " ^1.0.6" ,
37- "ionicons" : " ^2.0.1" ,
38- "urijs" : " 1.18.4"
39- },
40- "resolutions" : {
41- "jquery" : " >= 2.2.4" ,
42- "bootstrap" : " 3.x" ,
43- "jquery-validation" : " ~1.14.0"
44- }
46+ ]
4547}
You can’t perform that action at this time.
0 commit comments