Merge pull request #2773 from jryans/yarn
Switch to `yarn` for dependency management
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -4,7 +4,7 @@ npm-debug.log
|
||||
/node_modules
|
||||
/lib
|
||||
|
||||
# version file and tarball created by 'npm pack'
|
||||
# version file and tarball created by `npm pack` / `yarn pack`
|
||||
/git-revision.txt
|
||||
/matrix-react-sdk-*.tgz
|
||||
|
||||
@@ -15,6 +15,3 @@ npm-debug.log
|
||||
/src/component-index.js
|
||||
|
||||
.DS_Store
|
||||
|
||||
# https://github.com/vector-im/riot-web/issues/7083
|
||||
package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user