Skip to content

Commit c43488a

Browse files
committed
Merge branch 'hotfix/3.17.3'
2 parents ef7eb06 + bcc49f4 commit c43488a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landing-upplication",
3-
"version": "3.17.2",
3+
"version": "3.17.3",
44
"author": "Upplication Team <[email protected]>",
55
"scripts": {
66
"start": "gulp",
@@ -72,12 +72,20 @@
7272
"@bower_components/money.js": "openexchangerates/money.js#0.1.3",
7373
"@bower_components/owl.carousel": "OwlCarousel2/OwlCarousel2#2.2.1",
7474
"@bower_components/typed.js": "mattboldt/typed.js#v1.1.7",
75-
"@bower_components/upplication-icons": "upplication/icons#v1.0.18"
75+
"@bower_components/upplication-icons": "upplication/icons#v1.0.18",
76+
"aos": "michalsnik/aos#2.1.1",
77+
"jquery": "jquery/jquery-dist#2.2.4",
78+
"materialize-css": "Dogfalo/materialize#v0.100.2",
79+
"money": "openexchangerates/money.js#0.1.3",
80+
"owl.carousel": "OwlCarousel2/OwlCarousel2#2.2.1",
81+
"typed.js": "mattboldt/typed.js#v1.1.7",
82+
"upplication-icons": "upplication/icons#v1.0.18"
7683
},
7784
"resolutions": {
7885
"natives": "1.1.3"
7986
},
8087
"engines": {
81-
"yarn": ">= 1.0.0"
88+
"yarn": ">= 1.0.0",
89+
"node" : ">=6.0.0"
8290
}
8391
}

0 commit comments

Comments
 (0)