Skip to content

Commit 50345d6

Browse files
committed
Use Yarn instead of npm
Fixes #25
1 parent ab5c2a2 commit 50345d6

File tree

5 files changed

+4501
-8046
lines changed

5 files changed

+4501
-8046
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ language: node_js
22
node_js:
33
- "node"
44
script:
5-
- npm run lint
6-
- npm test -- --maxWorkers=4
7-
- npm run coveralls
5+
- yarn run lint
6+
- yarn test -- --maxWorkers=4
7+
- yarn run coveralls

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pull requests are the greatest contributions, so be sure they are focused in sco
2222
# Assign the original repo to a remote called "upstream"
2323
git remote add upstream https://github.com/maoberlehner/vuex-map-fields
2424
# Install the tools necessary for development
25-
npm install
25+
yarn install
2626
```
2727
2. Create a branch for your feature or hotfix:
2828
```bash

0 commit comments

Comments
 (0)