We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752fa8b commit b46c6e4Copy full SHA for b46c6e4
package.json
@@ -61,6 +61,7 @@
61
"jest-cli": "^18.1.0",
62
"jsdom": "^7.0.2",
63
"mocha": "^3.2.0",
64
+ "moment": ">=2.16.0",
65
"pre-commit": "^1.1.3",
66
"react": ">=0.13",
67
"react-addons-test-utils": ">=0.13",
@@ -74,7 +75,6 @@
74
75
},
76
"dependencies": {
77
"@types/react": ">=0.13",
- "moment": "2.16.x",
78
"object-assign": "^3.0.0",
79
"prop-types": "^15.5.7",
80
"react-onclickoutside": "^5.9.0"
react-datetime.d.ts
@@ -3,7 +3,7 @@
3
// Definitions by: Ivan Verevkin <vereva@x-root.org>
4
5
// These are the typings for Typescript 1.8
6
-// for Typescrip 2.0+ see DateTime.d.ts
+// for Typescript 2.0+ see DateTime.d.ts
7
8
//// <reference path="../moment/moment-node.d.ts" />
9
0 commit comments