File tree 2 files changed +10
-4
lines changed
projects/angular-oauth2-oidc-jwks
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 7
7
"ng" : " ng" ,
8
8
"start" : " ng serve --project sample -o" ,
9
9
"build" : " npm run prettier && ng build --prod --project lib && npm run copy:readme && npm run copy:license && npm run docs" ,
10
- "build:jwks" : " npm run prettier && ng build angular-oauth2-oidc-jwks --ts-config tsconfig.npm.json" ,
10
+ "build:jwks" : " npm run prettier && ng build angular-oauth2-oidc-jwks --ts-config tsconfig.npm.json && npm run copyfiles:jwks " ,
11
11
"test" : " ng test" ,
12
12
"lint" : " ng lint" ,
13
13
"e2e" : " ng e2e" ,
20
20
"format" : " prettier --single-quote --write projects/**/*.ts" ,
21
21
"copy:readme" : " cpr README.md dist/lib/README.md --overwrite" ,
22
22
"copy:license" : " cpr LICENSE dist/lib/LICENSE --overwrite" ,
23
+ "copyfiles:jwks" : " cpr README.md dist/angular-oauth2-oidc-jwks/README.md --overwrite && cpr LICENSE dist/angular-oauth2-oidc-jwks/LICENSE --overwrite" ,
23
24
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
24
25
"contributer" : " git shortlog -s 9.0.0..HEAD"
25
26
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-oauth2-oidc-jwks" ,
3
+ "license" : " MIT" ,
4
+ "author" : {
5
+ "name" : " Manfred Steyer"
6
+ },
3
7
"version" : " 10.0.0" ,
8
+ "repository" : " manfredsteyer/angular-oauth2-oidc" ,
4
9
"dependencies" : {
5
- "jsrsasign" : " ^8.0.12"
6
- , "tslib" : " ^2.0.0"
7
- }
10
+ "jsrsasign" : " ^8.0.12" ,
11
+ "tslib" : " ^2.0.0"
12
+ }
8
13
}
You can’t perform that action at this time.
0 commit comments