Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lockfile autodetection for test, wizard, protect and monitor #228

Merged
merged 9 commits into from
Oct 8, 2018
Prev Previous commit
Next Next commit
fix: Update runtime helper path
  • Loading branch information
lili2311 committed Oct 5, 2018
commit 39976bc112bcb8a40417582e1821a0a4cde0e529
2 changes: 1 addition & 1 deletion src/lib/plugins/yarn/index.js
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ const fs = require('then-fs');
const path = require('path');
const lockFileParser = require('snyk-nodejs-lockfile-parser');
const debug = require('debug')('snyk');
const getRuntimeVersion = require('../get-node-runtime-version');
const getRuntimeVersion = require('../../get-node-runtime-version');

module.exports = {
inspect,