webmachinelearning / webnn-polyfill

🧠⚙️ Web Neural Network API polyfill based on TensorFlow.js
https://www.npmjs.com/package/@webmachinelearning/webnn-polyfill
Apache License 2.0
102 stars 18 forks source link

Drop test directory from NPM package. #197

Closed BruceDai closed 1 year ago

BruceDai commented 1 year ago

Address feedback on #196. @Honry PTAL, thanks.

Honry commented 1 year ago

Thanks @BruceDai, please also add an .npmignore file to exclude files that we won't to publish to npm package.

See https://zellwk.com/blog/ignoring-files-from-npm-package/

BruceDai commented 1 year ago

Done, thanks @Honry. Please have a try.

Honry commented 1 year ago

LGTM, thanks!

Honry commented 1 year ago

New version published: https://cdn.jsdelivr.net/npm/@webmachinelearning/webnn-polyfill/, those unnecessary files excluded.

BruceDai commented 1 year ago

Awesome. Let's merge it.

anssiko commented 1 year ago

Thanks @BruceDai @Honry!