UNPKG
ingenta-lens
Version:
latest (2.1.0)
2.1.0
A novel way of seeing content.
github.com/elifesciences/lens
elifesciences/lens
ingenta-lens
/
substance
/
data
/
index.js
11 lines
(6 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
var
Data
= {};
// Current version of the library. Keep in sync with `package.json`.
Data
.
VERSION
=
'0.8.0'
;
Data
.
Graph
=
require
(
'./graph'
);
module
.
exports
=
Data
;