Merge pull request #11335 from cnishina/moment_err

fix(react-daterange-picker): fix travis failures for @types
This commit is contained in:
Andy 2016-09-20 06:24:13 -07:00 committed by GitHub
commit 115fab763f
2 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{
"dependencies": {
"moment": "2.14.*"
}
}
"scripts": {
"postinstall": "cd ../moment-range && npm install"
}
}

View File

@ -8,14 +8,13 @@
"typeRoots": [
"../"
],
"types": [],
"types": ["moment-range", "react"],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"index.d.ts",
"react-daterange-picker-tests.tsx"
]
}
}