Fix case typo

This commit is contained in:
kpdecker
2013-10-14 13:05:51 -05:00
parent 64de5c6812
commit 15e1eb36ca
+1 -1
View File
@@ -1,5 +1,5 @@
/*globals Exception, Utils */
module Utils from "./Utils";
module Utils from "./utils";
import Exception from "./exception";
export var VERSION = "1.0.0";