Skip to content

Commit

Permalink
fixed bower & npm main source files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboldt committed Jun 30, 2017
1 parent 995093e commit 90e37c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Typed.js is a library that types. Enter in any string, and watch it type at the
Installation
------------

### Install with NPM
### NPM

~~~
npm install typed.js
~~~

### Install with Bower
### Bower

~~~
bower install typed.js
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Matt Boldt <[email protected]>"
],
"description": "A jQuery typing animation script",
"main": "dist/typed.min.js",
"main": "lib/typed.js",
"keywords": [
"typed",
"animation"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"author": "Matt Boldt <[email protected]>",
"description": "A jQuery typing animation script",
"main": "dist/typed.min.js",
"main": "lib/typed.js",
"keywords": [
"typed",
"animation"
Expand Down

0 comments on commit 90e37c3

Please sign in to comment.