diff options
| author | Ameya Pandilwar <[email protected]> | 2016-02-27 18:17:51 -0500 |
|---|---|---|
| committer | Ameya Pandilwar <[email protected]> | 2016-02-27 18:17:51 -0500 |
| commit | 7a6b5cefb73e9daa6a7895d48b5a0ef23f73b55d (patch) | |
| tree | 37f02aae052959d01abe6e5ea7df5b8a84b0f68b | |
| parent | d5ce6d0d06729df936675ea15baf0854ef77852d (diff) | |
| download | bootstrap-7a6b5cefb73e9daa6a7895d48b5a0ef23f73b55d.tar.xz bootstrap-7a6b5cefb73e9daa6a7895d48b5a0ef23f73b55d.zip | |
Removed unused markdown-it dependency
| -rw-r--r-- | grunt/npm-shrinkwrap.json | 14 | ||||
| -rw-r--r-- | package.json | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json index fb683bdc5..4189eacde 100644 --- a/grunt/npm-shrinkwrap.json +++ b/grunt/npm-shrinkwrap.json @@ -1790,20 +1790,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" }, - "markdown-it": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-6.0.0.tgz", - "dependencies": { - "argparse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.6.tgz" - }, - "entities": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz" - } - } - }, "marked": { "version": "0.3.5", "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz" diff --git a/package.json b/package.json index 568f2a417..c15f21065 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,6 @@ "grunt-stamp": "^0.1.0", "is-travis": "^1.0.0", "load-grunt-tasks": "~3.4.0", - "markdown-it": "^6.0.0", "mq4-hover-shim": "^0.3.0", "npm-shrinkwrap": "^200.1.0", "shelljs": "^0.6.0", |
