I recently updated from 2.3.1 to 3.1.0 and found the diffDOM.js file is no longer in the NPM package.
I'm been using diffDOM.js on the client-side, using NPM to get the diff-dom package and referencing the diffDOM.js file in my build. Now diffDOM.js isn't in the NPM package I've had to move to using the 3.1.0 release tarball to get it instead.
Is this the recommended approach or would it be possible to put the /browser back in the NPM package?
Thanks!