Added index.js with module.export. Updated the mainfile in package.json to point and the index.js file.
2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
module.exports = require('./dist/planetaryjs');
|