Skip to content

Commit 2524236

Browse files
committed
Add pkg engine section. Closes gh-32.
1 parent 36317fd commit 2524236

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"index.js",
77
"index.d.ts"
88
],
9+
"dependencies": {
10+
"normalize-path": "^3.0.0",
11+
"picomatch": "^2.0.4"
12+
},
913
"author": {
1014
"name": "Elan Shanker",
1115
"url": "http://github.com/es128"
@@ -37,12 +41,11 @@
3741
"test": "nyc mocha",
3842
"mocha": "mocha"
3943
},
40-
"dependencies": {
41-
"normalize-path": "^3.0.0",
42-
"picomatch": "^2.0.4"
43-
},
4444
"devDependencies": {
4545
"mocha": "^6.1.3",
4646
"nyc": "^14.0.0"
47+
},
48+
"engines": {
49+
"node": ">= 8"
4750
}
4851
}

0 commit comments

Comments
 (0)