From ea359398c23ebd0c78801822d73c40028f2c5a70 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 19 May 2018 16:51:58 -0700 Subject: [PATCH] drop bower support --- README.md | 6 ------ bower.json | 30 ------------------------------ 2 files changed, 36 deletions(-) delete mode 100644 bower.json diff --git a/README.md b/README.md index 012dc4b..03aa662 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,6 @@ Download it from the `dist/` folder above, or use NPM: $ npm install blob-util ``` -or Bower: - -```bash -$ bower install blob-util -``` - Then stick it in your HTML: ```html diff --git a/bower.json b/bower.json deleted file mode 100644 index 471d7ad..0000000 --- a/bower.json +++ /dev/null @@ -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 " - ], - "main": "dist/blob-util.js", - "moduleType": [ - "node" - ], - "keywords": [ - "blob", - "blobs", - "binary", - "util", - "utils" - ], - "license": "Apache", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests", - "vendor", - "doc" - ] -}