Skip to content

Commit

Permalink
Merge pull request #8 from brechtcs/master
Browse files Browse the repository at this point in the history
Point package "main" to CommonJS build
  • Loading branch information
dmonad authored Jul 27, 2020
2 parents 2d21bdf + ea4e8f1 commit fcd25b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "9.0.3",
"description": "IndexedDB database adapter for Yjs",
"type": "module",
"main": "./src/y-indexeddb.js",
"main": "./dist/y-indexeddb.cjs",
"module": "./src/y-indexeddb.js",
"types": "./dist/src/y-indexeddb.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit fcd25b2

Please sign in to comment.