Skip to content

Commit d755791

Browse files
committed
build: fix demo and release v6.0.0
1 parent 71f4db9 commit d755791

File tree

2 files changed

+64
-16
lines changed

2 files changed

+64
-16
lines changed

package-lock.json

Lines changed: 61 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-svg-round-progressbar",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "Angular module that uses SVG to create a circular progressbar",
55
"scripts": {
66
"ng": "ng",
@@ -34,6 +34,7 @@
3434
"@angular/common": "^11.0.0"
3535
},
3636
"devDependencies": {
37+
"@angular-devkit/architect": "^0.1101.4",
3738
"@angular-devkit/build-angular": "~0.1101.4",
3839
"@angular/cli": "~11.1.4",
3940
"@angular/common": "~11.1.2",
@@ -43,7 +44,7 @@
4344
"@angular/forms": "~11.1.2",
4445
"@angular/platform-browser": "~11.1.2",
4546
"@angular/platform-browser-dynamic": "~11.1.2",
46-
"angular-cli-ghpages": "^0.6.2",
47+
"angular-cli-ghpages": "^1.0.0-rc.1",
4748
"codelyzer": "^6.0.0",
4849
"ng-packagr": "^11.1.4",
4950
"rxjs": "~6.6.3",

0 commit comments

Comments
 (0)