Ship the TypeScript declarations too

TypeScript declarations were added, but unfortunately they didn't get put into the release because they weren't listed as a file.
This commit is contained in:
Travis Ralston
2020-03-02 18:19:17 -07:00
committed by GitHub
parent 7ac80669b0
commit d6ec78e7c1

View File

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