Browse Source

Use stable bootstrap

master
yflory 2 years ago
parent
commit
bc26f67edb
1 changed files with 2 additions and 2 deletions
  1. 4
      bower.json

4
bower.json

@ -38,7 +38,7 @@
"scrypt-async": "1.2.0",
"require-css": "0.1.10",
"less": "^2.7.2",
"bootstrap": "#v4.0.0-alpha.6",
"bootstrap": "^v4.0.0",
"diff-dom": "2.1.1",
"nthen": "^0.1.5",
"open-sans-fontface": "^1.4.2",
@ -49,6 +49,6 @@
"sortablejs": "#^1.6.0"
},
"resolutions": {
"bootstrap": "v4.0.0-alpha.6"
"bootstrap": "^v4.0.0"
}
}
Loading…
Cancel
Save