We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617e37e commit f759d91Copy full SHA for f759d91
typings.json
@@ -1,15 +1,14 @@
1
{
2
"name": "react-router",
3
"main": "react-router.d.ts",
4
- "ambient": false,
5
"dependencies": {
6
"history": "github:andrew-w-ross/typings-history"
7
},
8
"devDependencies": {},
9
- "ambientDependencies": {
+ "globalDependencies": {
10
"react": "github:DefinitelyTyped/DefinitelyTyped/react/react.d.ts#f407264835650f5f38d4bb2c515a79e7a835916b"
11
12
- "ambientDevDependencies": {
+ "globalDevDependencies": {
13
"react-dom": "github:DefinitelyTyped/DefinitelyTyped/react/react-dom.d.ts#ca5bfe76d2d9bf6852cbc712d9f3e0047c93486e"
14
}
15
0 commit comments