Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 26629d6

Browse files
committed
build(package.json): Fix bootstrap-switch version to 3.3.4
A version of bootstrap-switch that is "approximately equivalent" to 3.3.4 is breaking a Patternfly unit test in Travis CI. TO fix this, we change the package.json specification for the version of this dependency from "~3.3.4" to "3.3.4"
1 parent fe9e7c4 commit 26629d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"bootstrap-sass": "^3.4.0",
7272
"bootstrap-select": "1.12.2",
7373
"bootstrap-slider": "^9.9.0",
74-
"bootstrap-switch": "~3.3.4",
74+
"bootstrap-switch": "3.3.4",
7575
"bootstrap-touchspin": "~3.1.1",
7676
"c3": "~0.4.11",
7777
"d3": "~3.5.17",

0 commit comments

Comments
 (0)