added moment dependency

This commit is contained in:
Artur-A
2017-02-12 08:05:53 +03:00
parent 6e9010d7bd
commit 3f9b056eaa
2 changed files with 6 additions and 1 deletions

View File

@@ -4,8 +4,8 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
import moment from "moment";
import * as React from "react";
import moment from "moment";
export = ReactDates;

5
react-dates/package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"moment": ">=2.17.1"
}
}