Skip to content

Commit

Permalink
minor update to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond committed Aug 11, 2023
1 parent 35d48a5 commit 8b4d211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./utils": "./lib/utils/index.js",
"./sdk": "./lib/sdk/index.js",
"./model": "./lib/model/index.js",
"./validator": "./lib/validator/index.js"
"./validation": "./lib/process/validation/index.js"
},
"scripts": {
"test": "mocha -r ts-node/register -r tsconfig-paths/register --r mock-local-storage -b -t 0 'src/**/__tests__/*.test.ts'",
Expand Down

0 comments on commit 8b4d211

Please sign in to comment.