Skip to content

Commit 90e37c3

Browse files
committed
fixed bower & npm main source files
1 parent 995093e commit 90e37c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Typed.js is a library that types. Enter in any string, and watch it type at the
1717
Installation
1818
------------
1919

20-
### Install with NPM
20+
### NPM
2121

2222
~~~
2323
npm install typed.js
2424
~~~
2525

26-
### Install with Bower
26+
### Bower
2727

2828
~~~
2929
bower install typed.js

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Matt Boldt <me@mattboldt.com>"
77
],
88
"description": "A jQuery typing animation script",
9-
"main": "dist/typed.min.js",
9+
"main": "lib/typed.js",
1010
"keywords": [
1111
"typed",
1212
"animation"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"author": "Matt Boldt <me@mattboldt.com>",
88
"description": "A jQuery typing animation script",
9-
"main": "dist/typed.min.js",
9+
"main": "lib/typed.js",
1010
"keywords": [
1111
"typed",
1212
"animation"

0 commit comments

Comments
 (0)