mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Merge pull request #11335 from cnishina/moment_err
fix(react-daterange-picker): fix travis failures for @types
This commit is contained in:
commit
115fab763f
@ -1,5 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"moment": "2.14.*"
|
||||
}
|
||||
}
|
||||
"scripts": {
|
||||
"postinstall": "cd ../moment-range && npm install"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user