fix(react-daterange-picker): fix travis failures

closes #11334
This commit is contained in:
Craig Nishina
2016-09-19 21:49:23 -07:00
parent 1016595ec4
commit 2a7b90340c
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"
]
}
}