Skip to content

Commit

Permalink
fixup! Add browser entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Nov 17, 2023
1 parent 9826791 commit da9a407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const schema = require('../lib/schema.js');
const model = require('../lib/model.js');
const { constants } = require('../lib/kinds.js');
const schema = require('./lib/schema.js');
const model = require('./lib/model.js');
const { constants } = require('./lib/kinds.js');

module.exports = { ...schema, ...model, ...constants };

0 comments on commit da9a407

Please sign in to comment.