compose-function
compose-function copied to clipboard
Remove test.js in published artifact
Just a small thing to bring up not related to functionality.
If you npm pack
you should notice that test.js
gets packaged with the final package you upload to npm. If you change the /*.js
entry in package.json
's files
to /index.js
instead, you can avoid this.