UNPKG

britecharts-react

Version:

Britecharts-react is a React wrapper for the Britecharts charting library

10 lines (7 loc) 172 B
module.exports = function(grunt) { 'use strict'; require('load-grunt-tasks')(grunt, { pattern: [ 'grunt-*', ]}); grunt.loadTasks('src/tasks'); };