Merge pull request #245 from yannicsmeets/master

Fixed typescript typings
This commit is contained in:
Josh Johnson 2017-09-06 07:01:59 +01:00 committed by GitHub
commit 2c4a74496a

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