Merge pull request #6 from turt2live/patch-1

Ship the TypeScript declarations too
This commit is contained in:
Vitaly Puzrin
2020-03-03 04:59:09 +03:00
committed by GitHub

View File

@@ -10,7 +10,8 @@
"license": "MIT",
"files": [
"index.js",
"data.json"
"data.json",
"index.d.ts"
],
"scripts": {
"lint": "eslint .",