azure-sdk-for-js
azure-sdk-for-js copied to clipboard
[notification hubs] Fix CommonJS output
Currently, the beta 1 release of Notification Hubs outputs the CommonJS to /dist/index.js
which causes issues for Node to recognize that it is CJS. We should rename index.js
and index.js.map
to index.cjs
and index.cjs.map
respectively.