Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
chore: remove bower configuration
Browse files Browse the repository at this point in the history
BREAKING CHANGE: bower is no longer in favor as a way to include web modules, and npm should be used instead. Technically the breaking change came earlier when I removed the dist from the checked-in source, but this will serve to bump the major version.
  • Loading branch information
eventualbuddha committed Jul 13, 2016
1 parent 7897ea6 commit 69a4233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ simulate user keystrokes, but is particularly useful in testing environments.

```sh
# Install via npm to use with a web or node (e.g. with jsdom) project.
$ npm install keysim
# Install via bower to use with a web project.
$ bower install keysim
$ npm install [--save-dev] keysim
# Install by copying the dist file.
$ git clone https://github.com/eventualbuddha/keysim.js.git
$ cp keysim.js/dist/keysim.js path/to/vendor/keysim.js
Expand Down
29 changes: 0 additions & 29 deletions bower.json

This file was deleted.

0 comments on commit 69a4233

Please sign in to comment.