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 36317fd commit 2524236Copy full SHA for 2524236
package.json
@@ -6,6 +6,10 @@
6
"index.js",
7
"index.d.ts"
8
],
9
+ "dependencies": {
10
+ "normalize-path": "^3.0.0",
11
+ "picomatch": "^2.0.4"
12
+ },
13
"author": {
14
"name": "Elan Shanker",
15
"url": "http://github.com/es128"
@@ -37,12 +41,11 @@
37
41
"test": "nyc mocha",
38
42
"mocha": "mocha"
39
43
},
40
- "dependencies": {
- "normalize-path": "^3.0.0",
- "picomatch": "^2.0.4"
- },
44
"devDependencies": {
45
"mocha": "^6.1.3",
46
"nyc": "^14.0.0"
47
48
+ "engines": {
49
+ "node": ">= 8"
50
}
51
0 commit comments