Skip to content

Commit

Permalink
feat: switch back to upstream configstore
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed May 16, 2020
1 parent eaac36c commit a34b8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"license": "Apache-2.0",
"dependencies": {
"@snyk/cli-interface": "2.6.0",
"@snyk/configstore": "^3.2.0-rc1",
"@snyk/dep-graph": "1.18.3",
"@snyk/gemfile": "1.2.0",
"@snyk/graphlib": "2.1.9-patch",
Expand All @@ -67,6 +66,7 @@
"ansi-escapes": "3.2.0",
"chalk": "^2.4.2",
"cli-spinner": "0.2.10",
"configstore": "^5.0.1",
"debug": "^3.1.0",
"diff": "^4.0.1",
"git-url-parse": "11.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/user-config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const Configstore = require('@snyk/configstore');
const Configstore = require('configstore');
const pkg = require(__dirname + '/../../package.json');
export const config = new Configstore(pkg.name);

0 comments on commit a34b8d5

Please sign in to comment.