]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Add yarn.lock 9460/head
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 6 Dec 2016 06:47:51 +0000 (07:47 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 6 Dec 2016 06:47:51 +0000 (07:47 +0100)
commit1423697e846dad304849dcc558ac1a3a75421bc0
tree9302d3d72ecba9ce54da7cbd18d90b3c5e05c7f7
parent7245cf9cd1a3c5d5b61c0a2bf70387c2e94c1c80
Add yarn.lock

Yarn (https://yarnpkg.com) is like npm, but you don’t have do delete
`node_modules` each time you have a bug. It is also faster.

`yarn.lock` store exactly which versions of each dependency were
installed.

From https://yarnpkg.com/en/docs/yarn-lock:

All yarn.lock files should be checked into source control (e.g. git or
mercurial). This allows Yarn to install the same exact dependency tree
across all machines, whether it be your coworker’s laptop or a CI
server.

Framework and library authors should also check yarn.lock into source
control. Don’t worry about publishing the yarn.lock file as it won’t
have any effect on users of the library.
.npmignore
bower.json
yarn.lock [new file with mode: 0644]