rollback src->lib rename

This commit is contained in:
Olmo del Corral
2017-04-18 08:21:28 +02:00
parent a53ba44043
commit ac0292b8b9
4 changed files with 4 additions and 4 deletions

View File

@@ -4,5 +4,5 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
export { default as LinkContainer } from "react-router-bootstrap/src/LinkContainer"
export { default as IndexLinkContainer } from "react-router-bootstrap/src/IndexLinkContainer"
export { default as LinkContainer } from "react-router-bootstrap/lib/LinkContainer"
export { default as IndexLinkContainer } from "react-router-bootstrap/lib/IndexLinkContainer"

View File

@@ -19,8 +19,8 @@
},
"files": [
"index.d.ts",
"src/IndexLinkContainer.d.ts",
"src/LinkContainer.d.ts",
"lib/IndexLinkContainer.d.ts",
"lib/LinkContainer.d.ts",
"react-router-bootstrap-tests.tsx"
]
}