Skip to content

Commit b6272a4

Browse files
committed
Merge branch 'release/1.2.2'
2 parents 8ba4123 + 513e935 commit b6272a4

File tree

6 files changed

+4537
-8047
lines changed

6 files changed

+4537
-8047
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)