Skip to content

Commit

Permalink
Merge pull request #15 from snyk-tech-services/fix/add-bin-property
Browse files Browse the repository at this point in the history
fix: add bin prop
  • Loading branch information
lili2311 authored May 31, 2020
2 parents 3a5c823 + c19813f commit cbedc64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "snyk-api-import",
"description": "Walmart import for 20k+ repos",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
"format:check": "prettier --check '{''{lib,test}/!(test/**/fixtures)/**/*,*}.{js,ts,json,yml}'",
"format": "prettier --write '{''{lib,test}/!(test/**/fixtures)/**/*,*}.{js,ts,json,yml}'",
Expand Down

0 comments on commit cbedc64

Please sign in to comment.