Skip to content

Commit 6fba2ea

Browse files
chore(package): fix packages.
1 parent e904e4c commit 6fba2ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: ng-package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"lib": {
55
"entryFile": "src/public-api.ts",
66
"umdModuleIds": {
7+
"@angular-package/error": "angular-package.error",
78
"@angular-package/type": "angular-package.type"
89
}
910
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Angular Package <angular-package@wvvw.dev> (https://wvvw.dev)",
66
"homepage": "https://github.com/angular-package/callback#readme",
77
"peerDependencies": {
8-
"@angular-package/error": "^1.0.1",
8+
"@angular-package/error": "^2.0.2",
99
"@angular-package/type": "^4.2.0"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)