embark/embark-ui
Michael Bradley, Jr 9cd50c2031 build: remove and disable npm lock files, rely on pinned dev/deps
Buggy behavior related to npm lock files makes the goal of reproducible builds
and hassle-free automated releases nearly impossible to achieve at
present. With npm's lock files disabled we rely on pinned dependencies (exact
versions only in the package.json files of embark and embark-ui) for a
hopefully good result. This is an experiment while the project is in an alpha
release phase, and if problems are experienced we can return to using
npm-shrinkwrap.json / package-lock.json, or we can investigate a transition to
the yarn package manager, for ourselves and possibly for our users too.
2018-11-20 09:25:42 -06:00
..
config chore(embark-ui): upgrade embark-ui to latest and greatest CRA 2018-11-13 10:55:35 +00:00
public Eject react-scripts and implement our own 2018-10-23 10:50:03 +02:00
scripts chore(embark-ui): upgrade embark-ui to latest and greatest CRA 2018-11-13 10:55:35 +00:00
src fix(ui): white screen on text editor 2018-11-20 13:31:50 +00:00
.env.production don't gen source maps for production builds of embark-ui 2018-10-28 13:16:20 +01:00
.gitignore build: remove and disable npm lock files, rely on pinned dev/deps 2018-11-20 09:25:42 -06:00
.npmignore build: remove and disable npm lock files, rely on pinned dev/deps 2018-11-20 09:25:42 -06:00
.npmrc build: remove and disable npm lock files, rely on pinned dev/deps 2018-11-20 09:25:42 -06:00
README.md Update README 2018-10-23 10:22:38 +02:00
package.json build: remove and disable npm lock files, rely on pinned dev/deps 2018-11-20 09:25:42 -06:00

README.md

embark-ui