Make a release for prelude, effect, console, and psci-support where their bower.json file's dependencies versions point to actual versions (e.g. ^7.0.0)
Update Init.purs to install those versions rather than the es-modules-libraries branch
Drop the 'bower re-install' code in integration.js
See https://github.com/purescript-contrib/pulp/pull/401#pullrequestreview-905059060 for more context.
To fix this, we would need to do the following:
prelude
,effect
,console
, andpsci-support
where their bower.json file's dependencies versions point to actual versions (e.g. ^7.0.0)Init.purs
to install those versions rather than thees-modules-libraries
branchintegration.js