Move all files from examples to test directory

This commit is contained in:
Tanguy Krotoff
2017-03-16 09:32:41 +01:00
parent ee0f49ec1c
commit 5da935de2b
14 changed files with 12 additions and 12 deletions
+12 -12
View File
@@ -14,17 +14,17 @@
},
"files": [
"index.d.ts",
"examples/Ambiguous.tsx",
"examples/Animation.tsx",
"examples/Auth.tsx",
"examples/Basic.tsx",
"examples/CustomLink.tsx",
"examples/ModalGallery.tsx",
"examples/NoMatch.tsx",
"examples/Params.tsx",
"examples/PreventingTransitions.tsx",
"examples/Recursive.tsx",
"examples/RouteConfig.tsx",
"examples/Sidebar.tsx"
"test/Ambiguous.tsx",
"test/Animation.tsx",
"test/Auth.tsx",
"test/Basic.tsx",
"test/CustomLink.tsx",
"test/ModalGallery.tsx",
"test/NoMatch.tsx",
"test/Params.tsx",
"test/PreventingTransitions.tsx",
"test/Recursive.tsx",
"test/RouteConfig.tsx",
"test/Sidebar.tsx"
]
}