Index: lib/resource.dart |
diff --git a/lib/resource.dart b/lib/resource.dart |
index 83c75c695dabd9249317861ec15cbf8691c36cb8..600572b52a2b103daa9cb47f0d23c41277b1493a 100644 |
--- a/lib/resource.dart |
+++ b/lib/resource.dart |
@@ -21,9 +21,9 @@ |
/// .first; |
/// |
/// |
-/// Notice: Currently this package requires `dart:io` to do the reading, |
+/// Notice: Currently this library requires `dart:io` to do the reading, |
/// so it doesn't work in the browser. |
floitsch
2016/01/21 12:53:57
Mention browser_resource here.
Lasse Reichstein Nielsen
2016/01/25 10:48:37
Done.
|
library resource; |
-export "src/resource.dart" show Resource; |
-export "src/loader.dart" show ResourceLoader; |
+export "src/resource.dart"; |
+export "src/loader.dart"; |