UNPKG

coins-logon-widget

Version:

COINS Logon Widget. Injectable utility to manage browser authorization with COINS

14 lines (13 loc) 239 B
'use strict'; module.exports = function(grunt) { return { all: [ 'test/**.js', 'grunt/**.js', 'lib/**.js' ], options: { jshintrc: '.jshintrc', } }; };