Skip to content

Commit b46c6e4

Browse files
committed
Remove moment as dependency (clean up after PR)
1 parent 752fa8b commit b46c6e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"jest-cli": "^18.1.0",
6262
"jsdom": "^7.0.2",
6363
"mocha": "^3.2.0",
64+
"moment": ">=2.16.0",
6465
"pre-commit": "^1.1.3",
6566
"react": ">=0.13",
6667
"react-addons-test-utils": ">=0.13",
@@ -74,7 +75,6 @@
7475
},
7576
"dependencies": {
7677
"@types/react": ">=0.13",
77-
"moment": "2.16.x",
7878
"object-assign": "^3.0.0",
7979
"prop-types": "^15.5.7",
8080
"react-onclickoutside": "^5.9.0"

react-datetime.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Definitions by: Ivan Verevkin <vereva@x-root.org>
44

55
// These are the typings for Typescript 1.8
6-
// for Typescrip 2.0+ see DateTime.d.ts
6+
// for Typescript 2.0+ see DateTime.d.ts
77

88
//// <reference path="../moment/moment-node.d.ts" />
99

0 commit comments

Comments
 (0)