kutyel / linq.ts

๐ŸŒ€LINQ for TypeScript

Home Page:http://kutyel.github.io/linq.ts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package.json incorrect in 1.14.0

marlon-tucker opened this issue ยท comments

Hello,

The package json says the files should be in dist/ but they are now in dist/src/.

linq.ts/package.json

Lines 7 to 8 in eb9d899

"main": "dist/index.js",
"types": "dist/index.d.ts",

Hi, the main entry point also need to be changed so bundlers can locate the entry file.

๐ŸŽ‰ This issue has been resolved in version 1.14.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

Thanks, not it should be fixed in https://github.com/kutyel/linq.ts/releases/tag/v1.14.2 ๐Ÿ˜‰