Skip to content

Commit

Permalink
add files and bin to package.json
Browse files Browse the repository at this point in the history
Co-Authored-By: Marie Ramlow <[email protected]>
  • Loading branch information
derhuerst and NyCodeGHG committed Nov 24, 2023
1 parent 1eff75e commit a294db5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
"version": "6.0.3",
"type": "module",
"bin": {
"db-rest": "./index.js"
},
"main": "index.js",
"files": [
"docs",
"lib",
"routes",
"api.js",
"index.js"
],
"author": "Jannis R <[email protected]>",
"homepage": "https://github.com/derhuerst/db-rest/tree/6",
"repository": "derhuerst/db-rest",
Expand Down

0 comments on commit a294db5

Please sign in to comment.