From 63a9c71f569d0ef1aad3ca00384b3182c8b7c016 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Sun, 22 Jan 2017 12:50:22 -0800 Subject: [PATCH] add typings --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a7cf74a..623b219 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "ts-trueskill", - "version": "1.0.5", + "version": "1.0.6", "description": "Port of trueskill package written in TypeScript", "main": "index.js", + "typings": "index.d.ts", "repository": "https://github.com/scttcper/ts-trueskill.git", "author": "Scott Cooper ", "license": "MIT",