aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-03-07 03:19:09 -0800
committerChris Rebert <[email protected]>2016-03-07 03:19:09 -0800
commit2310002dc8e6e389906a9524af94c304dd354f85 (patch)
tree5c015942e16f1e23118ff40d3ffb82260c53aad2
parent06ad50e26217dc0470f78bce8188e39c9e51b790 (diff)
parent3d5a6a70fc3e08aab33af0a7f0f25a039b21f446 (diff)
downloadbootstrap-2310002dc8e6e389906a9524af94c304dd354f85.tar.xz
bootstrap-2310002dc8e6e389906a9524af94c304dd354f85.zip
Merge pull request #19404 from twbs/v4-dev-xmr-remove-btoa
Remove the now unused btoa dependency.
-rw-r--r--grunt/npm-shrinkwrap.json4
-rw-r--r--package.json1
2 files changed, 0 insertions, 5 deletions
diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json
index a2eba8cfe..114d18d33 100644
--- a/grunt/npm-shrinkwrap.json
+++ b/grunt/npm-shrinkwrap.json
@@ -278,10 +278,6 @@
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.1.3.tgz"
},
- "btoa": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.1.2.tgz"
- },
"buffer-crc32": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz"
diff --git a/package.json b/package.json
index edc3f9823..fbd74338a 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,6 @@
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^4.1.3",
- "btoa": "^1.1.2",
"glob": "^7.0.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",