Turbo87 / webpack-notifier

webpack + node-notifier = build status system notifications
ISC License
306 stars 41 forks source link

NPM Package Missing Type Declarations #70

Closed otraco-nat closed 3 years ago

otraco-nat commented 3 years ago

Just found this project and trying it from NPM today. Had to use an older version (1.13.0) due to the latest release producing an error with Visual Studio and Typescript - the package.json file for version 1.14.0 says there is a index.d.ts file in the package to use for typings but this file is missing from the bundle on NPM.

Version 1.13.0 does not have the save issue - the package also lacks a typings .d.ts file but the package.json in that package doesn't declare that the package contains any typings.

Gvozd commented 3 years ago

@otraco-nat try 1.14.1

otraco-nat commented 3 years ago

Awesome, that fixed it for me! Thank you!