We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a192e commit eacf65bCopy full SHA for eacf65b
.npmignore
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-svg-round-progressbar",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Angular module that uses SVG to create a circular progressbar",
5
"scripts": {},
6
"repository": {
@@ -20,8 +20,8 @@
20
"url": "https://github.com/crisbeto/angular-svg-round-progressbar/issues"
21
},
22
"homepage": "https://github.com/crisbeto/angular-svg-round-progressbar",
23
- "files": ["./dist"],
24
- "main": "./dist/round-progress.js",
+ "files": ["dist/**/*"],
+ "main": "dist/round-progress.js",
25
"dependencies": {
26
"@angular/compiler": "^2.0.0",
27
"@angular/common": "^2.0.0",
0 commit comments