diff options
| author | XhmikosR <[email protected]> | 2016-03-04 19:26:30 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-07 11:57:55 +0200 |
| commit | 3d5a6a70fc3e08aab33af0a7f0f25a039b21f446 (patch) | |
| tree | 5c015942e16f1e23118ff40d3ffb82260c53aad2 | |
| parent | 06ad50e26217dc0470f78bce8188e39c9e51b790 (diff) | |
| download | bootstrap-3d5a6a70fc3e08aab33af0a7f0f25a039b21f446.tar.xz bootstrap-3d5a6a70fc3e08aab33af0a7f0f25a039b21f446.zip | |
Remove the now unused btoa dependency.
[skip sauce]
| -rw-r--r-- | grunt/npm-shrinkwrap.json | 4 | ||||
| -rw-r--r-- | package.json | 1 |
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", |
