UNPKG

coins-logon-widget

Version:

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

12 lines (11 loc) 205 B
'use strict'; module.exports = function(grunt) { return { webpack: { command: 'webpack' }, test: { command: 'node ./launch-tests.js' } }; };