Skip to content

Commit 1752f42

Browse files
authored
bug: yarn 2 pnp issues (#1313)
1 parent afa2207 commit 1752f42

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@
4646
"eslint": "3.5.0",
4747
"mocha": "^5.2.0"
4848
},
49+
"peerDependencies": {
50+
"node-gyp": "3.x"
51+
},
52+
"peerDependenciesMeta": {
53+
"node-gyp": {
54+
"optional": true
55+
}
56+
},
57+
"optionalDependencies": {
58+
"node-gyp": "3.x"
59+
},
4960
"scripts": {
5061
"install": "node-pre-gyp install --fallback-to-build",
5162
"pretest": "node test/support/createdb.js",

0 commit comments

Comments
 (0)