From 90e37c3d2def7891bfd01e0ac93661d6ef3fdf24 Mon Sep 17 00:00:00 2001 From: Matt Boldt Date: Thu, 29 Jun 2017 23:07:16 -0500 Subject: [PATCH] fixed bower & npm main source files --- README.md | 4 ++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50dd2e9..1a6acd7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index 6cb29f4..ad13fb6 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Matt Boldt " ], "description": "A jQuery typing animation script", - "main": "dist/typed.min.js", + "main": "lib/typed.js", "keywords": [ "typed", "animation" diff --git a/package.json b/package.json index 91f9dd2..05d9cbc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "author": "Matt Boldt ", "description": "A jQuery typing animation script", - "main": "dist/typed.min.js", + "main": "lib/typed.js", "keywords": [ "typed", "animation"