Skip to content

Commit 46f2ef7

Browse files
author
Tonye Jack
committed
Updated the packages.
1 parent 12cebe2 commit 46f2ef7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/graphql-codegen-hook.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! /usr/bin/env node
22

33
'use strict';
4+
const minimatch = require('minimatch');
45

56
const argv = require('yargs')
67
.option('config', { alias: 'c', required: true, type: 'string' })

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"path": "^0.12.7",
2424
"process": "^0.11.10",
2525
"shelljs": "^0.8.3",
26-
"yargs": "^14.0.0"
26+
"yargs": "^14.0.0",
27+
"minimatch": "^3.0.4"
2728
}
2829
}

0 commit comments

Comments
 (0)