diff --git a/History.md b/History.md index 57537e8..59604c0 100644 --- a/History.md +++ b/History.md @@ -1,10 +1,18 @@ -0.0.3 / 2013-08-23 +0.0.4 / 2015-03-16 ================== - * add Piecon#reset() + * package: add "repository" field + * package: fix browserify build + * package: rename to "component-piecon" + * add MIT "license" field -0.0.2 / 2012-10-05 +0.0.3 / 2013-08-23 +================== + + * add Piecon#reset() + +0.0.2 / 2012-10-05 ================== * add retina support diff --git a/component.json b/component.json index 3235ff7..d26cdfc 100644 --- a/component.json +++ b/component.json @@ -2,8 +2,13 @@ "name": "piecon", "repo": "component/piecon", "description": "Pie chart favicons to indicator progress", - "version": "0.0.3", - "keywords": ["pie", "chart", "favicon", "progress"], + "version": "0.0.4", + "keywords": [ + "pie", + "chart", + "favicon", + "progress" + ], "dependencies": { "component/style": "*", "component/inherit": "*", diff --git a/package.json b/package.json index 576173a..f6b39b6 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,13 @@ { "name": "component-piecon", "description": "Pie charts for component/favicon", - "version": "0.0.3", - "keywords": ["pie", "chart", "favicon", "progress"], + "version": "0.0.4", + "keywords": [ + "pie", + "chart", + "favicon", + "progress" + ], "dependencies": { "style-component": "*", "component-inherit": "*", @@ -20,7 +25,9 @@ "scripts": { "piecon/index.js": "index.js" }, - "styles": ["piecon.css"] + "styles": [ + "piecon.css" + ] }, "repository": { "type": "git",