Skip to content

Commit 038caf3

Browse files
committed
Merge branch 'master' into gh-pages
2 parents f94f528 + e9e92d8 commit 038caf3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.5 - Dec 22, 2015
4+
5+
* Removed React into peerDependencies
6+
37
## 1.0.5 - Dec 21, 2015
48

59
* Removed ReactDOM dependency

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A HTML 5 canvas countdown clock as a React component
44

5+
![Screenshot](http://pughpugh.github.io/react-countdown-clock/screenshot.png?=0)
6+
57
## Demo
68

79
[pughpugh.github.io/react-countdown-clock](http://pughpugh.github.io/react-countdown-clock)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-countdown-clock",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "HTML5 canvas countdown clock React component",
55
"main": "build/react-countdown-clock.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"coffee-script": "^1.8.0",
2727
"webpack": "^1.4.15"
2828
},
29-
"dependencies": {
29+
"peerDependencies": {
3030
"react": "^0.14.3"
3131
}
3232
}

0 commit comments

Comments
 (0)