File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-diff" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
7
- "build" : " ng build ngx-jwt --prod" ,
8
- "test" : " ng test ngx-jwt " ,
7
+ "build" : " ng build ngx-diff --prod" ,
8
+ "test" : " ng test ngx-diff " ,
9
9
"lint" : " ng lint" ,
10
10
"e2e" : " ng e2e"
11
11
},
Original file line number Diff line number Diff line change 2
2
"$schema" : " ../../node_modules/ng-packagr/ng-package.schema.json" ,
3
3
"dest" : " ../../dist/ngx-diff" ,
4
4
"lib" : {
5
- "entryFile" : " src/public-api.ts"
5
+ "entryFile" : " src/public-api.ts" ,
6
+ "umdModuleIds" : {
7
+ "diff-match-patch-ts" : " diff-match-patch-ts"
8
+ }
6
9
},
7
10
"whitelistedNonPeerDependencies" : [" diff-match-patch-ts" ]
8
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-diff" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"peerDependencies" : {
5
5
"@angular/common" : " >=9.0.0" ,
6
6
"@angular/core" : " >=9.0.0" ,
You can’t perform that action at this time.
0 commit comments