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 d947d16 commit e9e92d8Copy full SHA for e9e92d8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.5 - Dec 22, 2015
4
+
5
+ * Removed React into peerDependencies
6
7
## 1.0.5 - Dec 21, 2015
8
9
* Removed ReactDOM dependency
package.json
@@ -1,6 +1,6 @@
{
"name": "react-countdown-clock",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "HTML5 canvas countdown clock React component",
"main": "build/react-countdown-clock.js",
"repository": {
@@ -26,7 +26,7 @@
26
"coffee-script": "^1.8.0",
27
"webpack": "^1.4.15"
28
},
29
- "dependencies": {
+ "peerDependencies": {
30
"react": "^0.14.3"
31
}
32
0 commit comments