mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 05:46:03 +00:00
9cd50c2031
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.
15 lines
178 B
Plaintext
15 lines
178 B
Plaintext
.idea
|
|
.node-xmlhttprequest-sync-*
|
|
.tern-port
|
|
.vscode
|
|
NOTES
|
|
TODO
|
|
dist
|
|
embark-*.tgz
|
|
node_modules
|
|
npm-debug.log
|
|
npm-shrinkwrap.json
|
|
package
|
|
package-lock.json
|
|
src/test/cli_shim/.cid
|