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

ng-package.json

Lines changed: 1 addition & 0 deletions
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
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Angular Package <[email protected]> (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)