Skip to content

Commit

Permalink
fix publish files
Browse files Browse the repository at this point in the history
  • Loading branch information
linusnorton committed Jun 25, 2024
1 parent 2dd2eaa commit e2d6a0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Command line tool to put the GB rail DTD feed into a MySQL compatible database",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/src",
"dist/config"
],
"bin": {
"dtd2mysql": "bin/dtd2mysql.sh"
},
Expand Down

0 comments on commit e2d6a0c

Please sign in to comment.