Skip to content

Commit 9d6d060

Browse files
committed
Upgrade deps, fix .travis.yml, fix xo warns
1 parent 8a4ff14 commit 9d6d060

File tree

4 files changed

+576
-478
lines changed

4 files changed

+576
-478
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: node_js
22
node_js:
3-
- 7
3+
- 8
4+
- 9
45
cache:
56
directories:
67
- $HOME/.npm
78
- node_modules
89
before_script:
910
yarn add micro -P
11+
12+
install:
13+
yarn install

example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { send } = require('micro');
2-
const microAuthGithub = require('./');
2+
const microAuthGithub = require('.');
33

44
const options = {
55
clientId: 'CLIENT_ID',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"uuid": "^3.0.1"
2424
},
2525
"peerDependencies": {
26-
"micro": "^8.0.4"
26+
"micro": "^9.1.0"
2727
},
2828
"devDependencies": {
2929
"eslint-config-prettier": "^2.0.0",

0 commit comments

Comments
 (0)