Skip to content

Commit

Permalink
build: fix demo and release v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Feb 8, 2021
1 parent 71f4db9 commit d755791
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 16 deletions.
75 changes: 61 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-svg-round-progressbar",
"version": "5.0.2",
"version": "6.0.0",
"description": "Angular module that uses SVG to create a circular progressbar",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -34,6 +34,7 @@
"@angular/common": "^11.0.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1101.4",
"@angular-devkit/build-angular": "~0.1101.4",
"@angular/cli": "~11.1.4",
"@angular/common": "~11.1.2",
Expand All @@ -43,7 +44,7 @@
"@angular/forms": "~11.1.2",
"@angular/platform-browser": "~11.1.2",
"@angular/platform-browser-dynamic": "~11.1.2",
"angular-cli-ghpages": "^0.6.2",
"angular-cli-ghpages": "^1.0.0-rc.1",
"codelyzer": "^6.0.0",
"ng-packagr": "^11.1.4",
"rxjs": "~6.6.3",
Expand Down

0 comments on commit d755791

Please sign in to comment.