Skip to content

Commit

Permalink
fix: set main correctly in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-go committed Apr 21, 2019
1 parent 47372b7 commit 17888b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/snyk/snyk-go-plugin"
},
"main": "dist/lib/index.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "tslint --project tsconfig.json --format stylish",
Expand Down

0 comments on commit 17888b4

Please sign in to comment.