Unverified Commit 1752f424 by Regev Brody Committed by GitHub

bug: yarn 2 pnp issues (#1313)

parent afa22076
......@@ -46,6 +46,17 @@
"eslint": "3.5.0",
"mocha": "^5.2.0"
},
"peerDependencies": {
"node-gyp": "3.x"
},
"peerDependenciesMeta": {
"node-gyp": {
"optional": true
}
},
"optionalDependencies": {
"node-gyp": "3.x"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"pretest": "node test/support/createdb.js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment