ractivejs/rcu

Unnecessary bundling

cprecioso opened this issue · 1 comments

rcu is making npm grab eval2, tippex and vlq, but they aren't actually used, because rollup is set up to bundle them into the dist/ packages. So, either these dependencies should be moved to devDependencies, or rollup-plugin-node-resolve shouldn't be used any more.

Good catch, thanks! Released a new version that moves them to devDependencies