Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include index.d.ts in the distribution package (#176)
Typings were added in #154, but are not part of the distributed package. After installing the package with `yarn add tableschema` this is what gets installed: ``` tree -L 1 node_modules/tableschema node_modules/tableschema ├── LICENSE.md ├── README.md ├── dist ├── lib ├── node_modules ├── package.json └── src ``` see https://docs.npmjs.com/files/package.json#files Co-authored-by: roll <[email protected]>
- Loading branch information