File size: 454 Bytes
d61b9c7
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
// Entry point for the unpkg bundle containing custom model definitions.
//
// It differs from the notebook bundle in that it does not need to define a
// dynamic baseURL for the static assets and may load some css that would
// already be loaded by the notebook otherwise.

// Export widget models and views, and the npm package version number.
module.exports = require("./Widget.js");
module.exports["version"] = require("../../package.json").version;