Skip to content

Commit

Permalink
Fix reading license key file
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Feb 13, 2020
1 parent 565e409 commit f48f901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DocService/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"../Common/sources/storage-s3.js"
],
"assets": [
"../Common/sources/licenseKey.pem",
"node_modules/pg-escape/reserved.txt"
]
}
Expand Down
1 change: 1 addition & 0 deletions FileConverter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"../Common/sources/storage-s3.js"
],
"assets": [
"../Common/sources/licenseKey.pem",
"../DocService/node_modules/pg-escape/reserved.txt"
]
}
Expand Down

0 comments on commit f48f901

Please sign in to comment.