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 62fd2f6 commit 862422cCopy full SHA for 862422c
.travis.yml
@@ -2,5 +2,4 @@ language: node_js
2
sudo: false
3
node_js:
4
- '0.12'
5
-- 'iojs'
6
script: npm run test
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-datetime",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A lightweight but complete datetime picker React.js component.",
"homepage": "https://github.com/arqex/react-datetime",
"repository": {
@@ -41,6 +41,6 @@
41
"dependencies": {
42
"classlist-polyfill": "^1.0.1",
43
"object-assign": "^3.0.0",
44
- "react-onclickoutside": "^0.2.4"
+ "react-onclickoutside": "^0.3.1"
45
}
46
0 commit comments