Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed May 14, 2018
1 parent 90d5d85 commit 8d40130
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
20 changes: 20 additions & 0 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --project sample -o",
"build": "ng build --prod --project lib",
"build": "ng build --prod --project lib && npm run copy:readme",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
Expand All @@ -14,8 +14,9 @@
"docs:build": "compodoc -p projects/lib/tsconfig.lib.json -n angular-oauth2-oidc -d docs --hideGenerator",
"docs:serve": "npm run docs:build -- -s",
"docs:watch": "npm run docs:build -- -s -w",
"format": "prettier --single-quote --write projects/**/*.ts"
},
"format": "prettier --single-quote --write projects/**/*.ts",
"copy:readme": "cpr README.md dist/lib/README.md --overwrite"
},
"private": true,
"dependencies": {
"@angular/animations": "6.0.0",
Expand Down
6 changes: 5 additions & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "lib",
"name": "angular-oauth2-oidc",
"license": "MIT",
"author": {
"name": "Manfred Steyer"
},
"version": "4.0.0",
"dependencies": {
"jsrsasign": "^8.0.12"
Expand Down

0 comments on commit 8d40130

Please sign in to comment.