Comparing version 0.44.2 to 0.44.3
{ | ||
"name": "garden", | ||
"version": "0.44.2", | ||
"version": "0.44.3", | ||
"description": "A styleguide based on Leroy Merlin needs", | ||
@@ -25,3 +25,3 @@ "main": "dist/js/garden.min.js", | ||
"jump.js": "^1.0.2", | ||
"normalize.css": "^6.0.0", | ||
"normalize.css": "^4.2.0", | ||
"popper.js": "^1.9.1" | ||
@@ -110,5 +110,6 @@ }, | ||
"ignore": [ | ||
"metalsmith-collections" | ||
"metalsmith-collections", | ||
"normalize.css" | ||
] | ||
} | ||
} |
@@ -47,3 +47,7 @@ import $ from 'jquery' | ||
toggleTarget () { | ||
this.isCollapsed ? this.showTarget() : this.hideTarget() | ||
if (this.isCollapsed) { | ||
this.showTarget() | ||
} else { | ||
this.hideTarget() | ||
} | ||
} | ||
@@ -50,0 +54,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
519203
6617
+ Addednormalize.css@4.2.0(transitive)
- Removednormalize.css@6.0.0(transitive)
Updatednormalize.css@^4.2.0