Skip to content

Commit a8d13c6

Browse files
chore(package): remove usage of type package.
1 parent 6b47fc1 commit a8d13c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
"description": "Wrap the text with the opening and closing chars.",
55
"author": "Angular Package <contact@angular-package.dev> (https://angular-package.dev)",
66
"homepage": "https://github.com/angular-package/wrapper#readme",
7-
"peerDependencies": {
8-
"@angular-package/type": "^5.0.0"
9-
},
107
"dependencies": {
118
"tslib": "^2.3.0"
129
},
1310
"devDependencies": {
14-
"@angular-package/testing": "^2.0.0"
11+
"@angular-package/testing": "^2.0.0",
12+
"@angular-package/type": "^5.0.0"
1513
},
1614
"publishConfig": {
1715
"access": "public",

0 commit comments

Comments
 (0)