Skip to content

Commit

Permalink
Issue #SB-0000 feat: updated angular version from v8 to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptesh6501 committed Jun 10, 2021
1 parent f48b505 commit 9c63450
Show file tree
Hide file tree
Showing 12 changed files with 3,918 additions and 1,816 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
}
}
}
}},
"defaultProject": "epubLibraryDemo"
}
}
}
}
2 changes: 1 addition & 1 deletion assets-copy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs-extra');
(async () => {
try {
var source = "projects/sunbird-epub-player/node_modules/@project-sunbird/sunbird-player-sdk-v8/lib/assets";
var source = "projects/sunbird-epub-player/node_modules/@project-sunbird/sunbird-player-sdk-v9/lib/assets";
const dest = "dist/sunbird-epub-player/lib/assets/";
const isAssetsExists = await fs.pathExists(dest)

Expand Down
Loading

0 comments on commit 9c63450

Please sign in to comment.