Skip to content

Commit

Permalink
Merge pull request #182 from CMSgov/master
Browse files Browse the repository at this point in the history
Merge down master to develop
  • Loading branch information
timwtoysb committed Sep 14, 2022
2 parents e959537 + c609eff commit 44d092f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/server-test.js"
}
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "qpp-file-upload-api-client",
"version": "1.4.7",
"version": "1.4.8",
"description": "An npm package to send the necessary requests to the Submissions API to execute the functionality required by a file upload client",
"main": "./dist/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 44d092f

Please sign in to comment.