drop bower support

This commit is contained in:
Nolan Lawson 2018-05-19 16:51:58 -07:00
parent f3cb2a847d
commit ea359398c2
2 changed files with 0 additions and 36 deletions

View File

@ -33,12 +33,6 @@ Download it from the `dist/` folder above, or use NPM:
$ npm install blob-util $ npm install blob-util
``` ```
or Bower:
```bash
$ bower install blob-util
```
Then stick it in your HTML: Then stick it in your HTML:
```html ```html

View File

@ -1,30 +0,0 @@
{
"name": "blob-util",
"version": "1.2.0",
"description": "Utilities for working with Blob objects in the browser",
"homepage": "https://github.com/nolanlawson/blob-util",
"authors": [
"Nolan Lawson <nolan.lawson@gmail.com>"
],
"main": "dist/blob-util.js",
"moduleType": [
"node"
],
"keywords": [
"blob",
"blobs",
"binary",
"util",
"utils"
],
"license": "Apache",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"vendor",
"doc"
]
}