We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e904e4c commit 6fba2eaCopy full SHA for 6fba2ea
ng-package.json
@@ -4,6 +4,7 @@
4
"lib": {
5
"entryFile": "src/public-api.ts",
6
"umdModuleIds": {
7
+ "@angular-package/error": "angular-package.error",
8
"@angular-package/type": "angular-package.type"
9
}
10
package.json
@@ -5,7 +5,7 @@
"author": "Angular Package <angular-package@wvvw.dev> (https://wvvw.dev)",
"homepage": "https://github.com/angular-package/callback#readme",
"peerDependencies": {
- "@angular-package/error": "^1.0.1",
+ "@angular-package/error": "^2.0.2",
"@angular-package/type": "^4.2.0"
},
11
"dependencies": {
0 commit comments