Skip to content

Commit

Permalink
Merge pull request #29 from aashutoshbane/added-token-field-to-iCours…
Browse files Browse the repository at this point in the history
…elist

added token field to iCourselist to get successor's data
  • Loading branch information
ukmadlz authored Oct 31, 2019
2 parents 7c2b304 + 175efd9 commit 190ff1f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
23 changes: 15 additions & 8 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packt/rustici-sdk",
"version": "1.3.0",
"version": "1.3.1",
"description": "Wrapper for Rustici API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/rustici-course-list-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import ICourse from './rustici-course-interface';

export default interface ICourseList {
courses: ICourse[];
more?: string;
}

0 comments on commit 190ff1f

Please sign in to comment.