frictionlessdata / tableschema-js

A JavaScript library for working with Table Schema.
http://frictionlessdata.io/
MIT License
82 stars 27 forks source link

Include index.d.ts in the distribution package #176

Closed mserranom closed 4 years ago

mserranom commented 4 years ago

Overview

Typings were added in https://github.com/frictionlessdata/tableschema-js/pull/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


Please preserve this line to notify @roll (lead of this repository)

roll commented 4 years ago

Thanks!