Skip to content

Commit

Permalink
feat: update main exports (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Sep 28, 2023
1 parent 021ef15 commit 1e0df1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { MapeoProject } from './mapeo-project.js'
export { MapeoManager } from './mapeo-manager.js'
2 changes: 1 addition & 1 deletion test-types/data-types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MapeoProject } from '../dist/index.js'
import { MapeoProject } from '../dist/mapeo-project.js'
import { randomBytes } from 'crypto'
import { KeyManager } from '@mapeo/crypto'
import {
Expand Down

0 comments on commit 1e0df1c

Please sign in to comment.