UNPKG

451 BJavaScriptView Raw
1// Entry point for the unpkg bundle containing custom model definitions.
2//
3// It differs from the notebook bundle in that it does not need to define a
4// dynamic baseURL for the static assets and may load some css that would
5// already be loaded by the notebook otherwise.
6
7// Export widget models and views, and the npm package version number.
8module.exports = require('./Figure.js');
9module.exports['version'] = require('../package.json').version;