Skip to content

Commit 324d7d3

Browse files
committed
Added shrinkwrap, missing dependencies and bumped version
1 parent 42f0be5 commit 324d7d3

File tree

2 files changed

+238
-1
lines changed

2 files changed

+238
-1
lines changed

npm-shrinkwrap.json

Lines changed: 234 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-countdown-clock",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "HTML5 canvas countdown clock React component",
55
"main": "build/react-countdown-clock.js",
66
"repository": {
@@ -25,5 +25,8 @@
2525
"coffee-loader": "^0.7.2",
2626
"coffee-script": "^1.8.0",
2727
"webpack": "^1.4.15"
28+
},
29+
"dependencies": {
30+
"react": "^0.13.3"
2831
}
2932
}

0 commit comments

Comments
 (0)