From 3ab9bca6e68a8b3d9763c9403e3dbdcac9f9ea4e Mon Sep 17 00:00:00 2001 From: Yannic Smeets Date: Tue, 5 Sep 2017 20:22:25 +0200 Subject: [PATCH] Fixed typescript typings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c517e03..ed07f65 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.0.2", "description": "A vanilla JS customisable text input/select box plugin", "main": "./assets/scripts/dist/choices.min.js", - "types": "index.d.ts", + "types": "./index.d.ts", "scripts": { "start": "node server.js", "lint": "eslint assets/**/*.js",