Skip to content

Commit 8f5bc24

Browse files
committed
fix: remove comma
1 parent cf3f585 commit 8f5bc24

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dist/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-beta.0",
4+
"dependencies": {
5+
"@coreui/coreui": "^2.0.0-beta.4"
6+
},
47
"peerDependencies": {
58
"@angular/common": "*",
69
"@angular/compiler": "*",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coreui/angular",
33
"version": "2.0.0-beta.0",
44
"dependencies": {
5-
"@coreui/coreui": "^2.0.0-beta.4",
5+
"@coreui/coreui": "^2.0.0-beta.4"
66
},
77
"peerDependencies": {
88
"@angular/common": "*",

0 commit comments

Comments
 (0)