Skip to content

Commit

Permalink
fix yjs package export order
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Dec 7, 2024
1 parent 344805e commit 22183d3
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions packages/mobx-keystone-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"name": "mobx-keystone-yjs",
"version": "1.5.1",
"description": "Yjs bindings for mobx-keystone",
"keywords": [
"mobx",
"mobx-keystone",
"yjs",
"crdt",
"state management"
],
"keywords": ["mobx", "mobx-keystone", "yjs", "crdt", "state management"],
"repository": {
"type": "git",
"url": "https://github.com/xaviergonz/mobx-keystone.git"
Expand All @@ -23,11 +17,11 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/types/index.d.ts",
"script": "./dist/mobx-keystone-yjs.umd.js",
"import": "./dist/mobx-keystone-yjs.esm.mjs",
"require": "./dist/mobx-keystone-yjs.umd.js",
"script": "./dist/mobx-keystone-yjs.umd.js",
"default": "./dist/mobx-keystone-yjs.esm.mjs",
"types": "./dist/types/index.d.ts"
"default": "./dist/mobx-keystone-yjs.esm.mjs"
}
},
"esmodule": "./dist/mobx-keystone-yjs.esm.js",
Expand All @@ -41,13 +35,7 @@
"types": "./dist/types/index.d.ts",
"typings": "./dist/types/index.d.ts",
"sideEffects": false,
"files": [
"src",
"dist",
"LICENSE",
"CHANGELOG.md",
"README.md"
],
"files": ["src", "dist", "LICENSE", "CHANGELOG.md", "README.md"],
"scripts": {
"quick-build": "tsc",
"quick-build-tests": "tsc -p test",
Expand Down

0 comments on commit 22183d3

Please sign in to comment.