Skip to content

Commit

Permalink
fix(fhir-ts-codegen): include dist in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
tangdrew committed Feb 14, 2019
1 parent 52bd505 commit a2cfdf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/fhir-ts-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"bin": {
"fhir-ts-codegen": "./bin/index.js"
},
"files": [
"dist/**"
],
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json 'lib/**/*.ts'",
Expand Down

0 comments on commit a2cfdf5

Please sign in to comment.