Skip to content

Commit

Permalink
Adds yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
viveleroi committed Sep 13, 2017
1 parent 69dfeb8 commit 05962a7
Show file tree
Hide file tree
Showing 3 changed files with 965 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ node_js:
- "7"
- "8"
before_install:
- npm install mongoose
- yarn install mongoose
services:
- mongodb
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"bluebird": "^3.2.2",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"chai": "^4.1.2",
"eslint": "^4.6.1",
"mocha": "^3.1.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 05962a7

Please sign in to comment.