Skip to content

Commit e54612c

Browse files
authored
Merge pull request #78 from topcoder-platform/ssf-updates
Change routes to fetch user challenges and fix pagination
2 parents bbdf60d + dade7f2 commit e54612c

File tree

10 files changed

+7583
-7206
lines changed

10 files changed

+7583
-7206
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- attach_workspace:
2929
at: .
3030
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31-
- run: npm publish --tag=sff
31+
- run: npm publish --tag=ssf
3232

3333
workflows:
3434
version: 2

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__coverage__
22
.build-info
33
.sass-cache
4-
#dist
4+
dist
55
node_modules
66
_auto_doc_
77
.vscode

dist/dev/index.js

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)