Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Mar 16, 2015
1 parent 15321a9 commit 06ad3f6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
14 changes: 11 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
9 changes: 7 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "*",
Expand All @@ -20,7 +25,9 @@
"scripts": {
"piecon/index.js": "index.js"
},
"styles": ["piecon.css"]
"styles": [
"piecon.css"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 06ad3f6

Please sign in to comment.