Skip to content

Commit

Permalink
Update dependencies, .travis.yml and fix xo warns
Browse files Browse the repository at this point in the history
  • Loading branch information
dimapaloskin committed Feb 16, 2018
1 parent 53c6311 commit 8acd203
Show file tree
Hide file tree
Showing 4 changed files with 1,377 additions and 843 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: node_js
node_js:
- 7
- 8
- 9
cache:
directories:
- $HOME/.npm
- node_modules
before_script:
npm install micro
- npm install micro
- npm install
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { send } = require('micro');
const microAuthTwitter = require('./');
const microAuthTwitter = require('.');

const options = {
consumerKey: 'CONSUMER_KEY',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"devDependencies": {
"eslint-config-prettier": "^2.0.0",
"xo": "^0.18.1"
"xo": "^0.20.2"
},
"peerDependencies": {
"micro": "^7.3.1"
"micro": "^9.1.0"
},
"xo": {
"spaces": 2,
Expand Down
Loading

0 comments on commit 8acd203

Please sign in to comment.