diff options
| author | Chris Rebert <[email protected]> | 2016-06-04 13:25:37 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-06-04 13:25:37 -0700 |
| commit | a5ea86747aa62f1fa9644d37421604bd090742a4 (patch) | |
| tree | 71e4605a30f95f083da3013c205faa5c35a5c7c6 /grunt | |
| parent | 10ce36601d140af4fa9b6be5cc0cd5feaa8bbea3 (diff) | |
| parent | de0740b584efbdacf48ec10f3f2f7444f819768b (diff) | |
| download | bootstrap-a5ea86747aa62f1fa9644d37421604bd090742a4.tar.xz bootstrap-a5ea86747aa62f1fa9644d37421604bd090742a4.zip | |
Merge pull request #19109 from twbs/fix-18569
Integrate postcss-flexbugs-fixes into build
Refs #18569.
Diffstat (limited to 'grunt')
| -rw-r--r-- | grunt/npm-shrinkwrap.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json index e3b0b1152..500421949 100644 --- a/grunt/npm-shrinkwrap.json +++ b/grunt/npm-shrinkwrap.json @@ -2641,6 +2641,11 @@ "from": "postcss@>=5.0.19 <6.0.0", "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.0.21.tgz" }, + "postcss-flexbugs-fixes": { + "version": "2.0.0", + "from": "postcss-flexbugs-fixes@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-2.0.0.tgz" + }, "postcss-value-parser": { "version": "3.3.0", "from": "postcss-value-parser@>=3.2.3 <4.0.0", |
