Skip to content

Commit eacf65b

Browse files
committed
Properly publish all files.
1 parent 32a192e commit eacf65b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-svg-round-progressbar",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Angular module that uses SVG to create a circular progressbar",
55
"scripts": {},
66
"repository": {
@@ -20,8 +20,8 @@
2020
"url": "https://github.com/crisbeto/angular-svg-round-progressbar/issues"
2121
},
2222
"homepage": "https://github.com/crisbeto/angular-svg-round-progressbar",
23-
"files": ["./dist"],
24-
"main": "./dist/round-progress.js",
23+
"files": ["dist/**/*"],
24+
"main": "dist/round-progress.js",
2525
"dependencies": {
2626
"@angular/compiler": "^2.0.0",
2727
"@angular/common": "^2.0.0",

0 commit comments

Comments
 (0)