Skip to content

Commit 4f15efb

Browse files
committed
feat: use domain-challenge to create challenge
Signed-off-by: Rakib Ansary <[email protected]>
1 parent 3d7eb5a commit 4f15efb

8 files changed

+394
-647
lines changed

.prettierrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"printWidth": 100
3+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"prettier": "^2.8.1"
4040
},
4141
"dependencies": {
42-
"@topcoder-framework/domain-challenge": "^0.2.2-ci.0",
43-
"@topcoder-framework/lib-common": "^0.2.2-ci.0",
42+
"@topcoder-framework/domain-challenge": "^0.4.12-ci.0",
43+
"@topcoder-framework/lib-common": "^0.4.12-ci.0",
4444
"aws-sdk": "^2.1145.0",
4545
"aws-xray-sdk": "^3.3.8",
4646
"axios": "^0.19.0",

0 commit comments

Comments
 (0)