Skip to content

Commit

Permalink
Fixed types, again
Browse files Browse the repository at this point in the history
  • Loading branch information
siffreinsg committed May 2, 2018
1 parent edcef15 commit 0739eef
Show file tree
Hide file tree
Showing 9 changed files with 182 additions and 661 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tsconfig.json
.gitignore
.env
.vscode
shrinkwrap.yaml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YouTube LiveChat

Event-based library for interact with any YouTube Live Chat.
Event-based library to interact with any YouTube Live Chat.

## Installation

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "yt-livechat",
"version": "1.1.1",
"version": "1.1.2",
"description": "Lib for interact with YouTube live chats",
"main": "./build/index",
"main": "./build/",
"types": "./build/index.d.ts",
"scripts": {
"build": "./node_modules/.bin/tsc -p .",
"lint": "./node_modules/.bin/tslint --fix -o lint_errors.log -p .",
Expand Down
Loading

0 comments on commit 0739eef

Please sign in to comment.