Skip to content

Commit

Permalink
build: Remove bower.json as it is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchin committed Apr 5, 2017
1 parent 9c62276 commit 094078e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.log
**/.*
bower.json
coverage
docs
node_modules
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a JavaScript library for making a POST request as if you are submitting

## Usage

You can install this package using npm, yarn or bower. Below is an example of how to use it.
You can install this package using npm or yarn. Below is an example of how to use it.

```js
import { createFormPoster } from 'form-poster';
Expand Down
16 changes: 0 additions & 16 deletions bower.json

This file was deleted.

0 comments on commit 094078e

Please sign in to comment.