Closed jimpick closed 4 years ago
dual-publish was transforming require('ws') into require('ws/index.cjs'), which is wrong.
require('ws')
require('ws/index.cjs')
It appears the regex would match any 2 character npm package name.
Oops. Thanks for the fix.
Released in 0.10.3
dual-publish was transforming
require('ws')
intorequire('ws/index.cjs')
, which is wrong.It appears the regex would match any 2 character npm package name.