diff options
| author | Chris Rebert <[email protected]> | 2015-02-24 15:55:26 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-24 15:55:26 -0800 |
| commit | eefa0ada9611f7861a381050af03f1f5f98aae58 (patch) | |
| tree | c72841a1e3c9bc750776396491fc9b297eb6a552 | |
| parent | a1fd86cdf9dca0f0d11ae895a92debe6a05b1163 (diff) | |
| parent | 2aab06bbaa6718f5e9df4d04d0c2eae0e49348b8 (diff) | |
| download | bootstrap-eefa0ada9611f7861a381050af03f1f5f98aae58.tar.xz bootstrap-eefa0ada9611f7861a381050af03f1f5f98aae58.zip | |
Merge pull request #15908 from kkirsche/bumpMarkdownIt
Bump markdown-it to ^3.0.7
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ba9cc80d6..e4bf7579c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "grunt-saucelabs": "~8.6.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~3.1.0", - "markdown-it": "^3.0.6", + "markdown-it": "^3.0.7", "npm-shrinkwrap": "^200.1.0", "time-grunt": "^1.1.0" }, |
