0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #19404 from twbs/v4-dev-xmr-remove-btoa

Remove the now unused btoa dependency.
This commit is contained in:
Chris Rebert 2016-03-07 03:19:09 -08:00
commit 2310002dc8
2 changed files with 0 additions and 5 deletions

View File

@ -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"

View File

@ -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",