compose-function icon indicating copy to clipboard operation
compose-function copied to clipboard

Remove test.js in published artifact

Open justin-calleja opened this issue 7 years ago • 0 comments

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.

justin-calleja avatar Feb 28 '17 11:02 justin-calleja