From 25ae4e9c132d6e68ddb389808b8f22c8f43b17cd Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 14 Dec 2015 22:23:28 -0500 Subject: Begin rewrite for new OAuth API --- Gruntfile.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Gruntfile.js (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js deleted file mode 100644 index 34f8dc8..0000000 --- a/Gruntfile.js +++ /dev/null @@ -1,20 +0,0 @@ -module.exports = function (grunt) { - - grunt.initConfig({ - jshint: { - all: ['lib/*.js', 'examples/*.js'] - }, - mochaTest: { - test: { - options: { - reporter: 'spec' - }, - src: ['tests/*.js'] - } - } - }); - - grunt.loadNpmTasks('grunt-contrib-jshint'); - grunt.loadNpmTasks('grunt-mocha-test'); - grunt.registerTask('default', ['jshint', 'mochaTest']); -}; -- cgit v1.2.3