We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4ff14 commit 9d6d060Copy full SHA for 9d6d060
.travis.yml
@@ -1,9 +1,13 @@
1
language: node_js
2
node_js:
3
- - 7
+ - 8
4
+ - 9
5
cache:
6
directories:
7
- $HOME/.npm
8
- node_modules
9
before_script:
10
yarn add micro -P
11
+
12
+install:
13
+ yarn install
example.js
@@ -1,5 +1,5 @@
const { send } = require('micro');
-const microAuthGithub = require('./');
+const microAuthGithub = require('.');
const options = {
clientId: 'CLIENT_ID',
package.json
@@ -23,7 +23,7 @@
23
"uuid": "^3.0.1"
24
},
25
"peerDependencies": {
26
- "micro": "^8.0.4"
+ "micro": "^9.1.0"
27
28
"devDependencies": {
29
"eslint-config-prettier": "^2.0.0",
0 commit comments