We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2389310 commit 42fe638Copy full SHA for 42fe638
tests/e2e/tests/third-party/bootstrap.ts
@@ -6,7 +6,7 @@ import {oneLineTrim} from 'common-tags';
6
7
export default function() {
8
return Promise.resolve()
9
- .then(() => silentNpm('install', 'bootstrap@next'))
+ .then(() => silentNpm('install', 'bootstrap@4.0.0-beta.2'))
10
.then(() => updateJsonFile('.angular-cli.json', configJson => {
11
const app = configJson['apps'][0];
12
app['styles'].push('../node_modules/bootstrap/dist/css/bootstrap.css');
0 commit comments