Fixed typescript typings

This commit is contained in:
Yannic Smeets 2017-09-05 20:22:25 +02:00
parent f29307ec47
commit 3ab9bca6e6

View file

@ -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",