Skip to content

Commit

Permalink
Issue #000 feat: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishGangula committed May 27, 2021
1 parent bc5184f commit 4a88b19
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"e2e": "ng e2e",
"build-lib": "ng build sunbird-epub-player && node assets-copy.js",
"link-player": "cd dist/sunbird-epub-player && npm link && cd ../.. && npm link @project-sunbird/sunbird-epub-player-v8",
"build-lib-link": "npm run build-lib && npm run link-player",
"lib-test": "ng test sunbird-epub-player"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/sunbird-epub-player/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions projects/sunbird-epub-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-epub-player-v8",
"version": "4.0.1",
"version": "4.0.2",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14",
Expand All @@ -13,5 +13,12 @@
"devDependencies": {
"@project-sunbird/client-services": "^3.4.8",
"@project-sunbird/sb-styles": "0.0.7"
}
},
"homepage": "https://github.com/project-sunbird/sunbird-epub-player/tree/release-4.0.0/projects/sunbird-epub-player#readme",
"keywords": [
"sunbird",
"sunbird epub player",
"project-sunbird"
],
"license": "MIT"
}
11 changes: 11 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

npm i
cd projects/sunbird-epub-player
npm i
cd ../..
npm run build-lib
cd dist/sunbird-epub-player
npm link
cd ../..
npm link @project-sunbird/sunbird-epub-player

0 comments on commit 4a88b19

Please sign in to comment.