all : ["test/moment/**/*.js", "test/lang/**/*.js"]
},
jshint: {
- all: ["Gruntfile.js", "moment.js", "lang/**/*.js", "test/**/*.js"],
+ all: [
+ "Gruntfile.js", "moment.js", "lang/**/*.js", "test/**/*.js",
+ "!test/browser*.js"
+ ],
options: {
"node" : true,
"browser" : true,
(function () {
- var global = this;
- var require = function() { return global.moment; };
- var exports = global.NPM_TESTS = {};
+ var global = this,
+ require = function() { return global.moment; },
+ exports = global.NPM_TESTS = {};