Skip to content

Commit 51c501a

Browse files
authored
Merge pull request #4 from rars/release-0.2
chore: bump version; correction to build targets
2 parents f47952a + 6af1d74 commit 51c501a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ngx-diff",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"scripts": {
55
"ng": "ng",
66
"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",
99
"lint": "ng lint",
1010
"e2e": "ng e2e"
1111
},

projects/ngx-diff/ng-package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "../../dist/ngx-diff",
44
"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+
}
69
},
710
"whitelistedNonPeerDependencies": ["diff-match-patch-ts"]
811
}

projects/ngx-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-diff",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"peerDependencies": {
55
"@angular/common": ">=9.0.0",
66
"@angular/core": ">=9.0.0",

0 commit comments

Comments
 (0)