Replace build system with a faster new one that uses Node and UglifyJS and generates...
[jquery.git] / build / lib / jslint.js
similarity index 99%
rename from build/jslint.js
rename to build/lib/jslint.js
index f629fec..f563292 100644 (file)
@@ -5495,6 +5495,10 @@ loop:   for (;;) {
 
     itself.edition = '2010-02-20';
 
+    if (typeof exports !== "undefined") {
+        exports.JSLINT = itself;
+    }
+
     return itself;
 
-}());
\ No newline at end of file
+}());