mirror of
https://github.com/nolanlawson/blob-util.git
synced 2025-12-08 19:46:19 +00:00
drop bower support
This commit is contained in:
parent
f3cb2a847d
commit
ea359398c2
@ -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
|
||||||
|
|||||||
30
bower.json
30
bower.json
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user