mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	chore(dx/client): fix codemirror dep
This commit is contained in:
		@@ -3,18 +3,7 @@
 | 
				
			|||||||
  "version": "0.0.1",
 | 
					  "version": "0.0.1",
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
  "type": "module",
 | 
					  "type": "module",
 | 
				
			||||||
  "main": "./dist/index.js",
 | 
					  "main": "./src/index.ts",
 | 
				
			||||||
  "module": "./dist/index.js",
 | 
					 | 
				
			||||||
  "types": "./dist/index.d.ts",
 | 
					 | 
				
			||||||
  "exports": {
 | 
					 | 
				
			||||||
    "./package.json": "./package.json",
 | 
					 | 
				
			||||||
    ".": {
 | 
					 | 
				
			||||||
      "development": "./src/index.ts",
 | 
					 | 
				
			||||||
      "types": "./dist/index.d.ts",
 | 
					 | 
				
			||||||
      "import": "./dist/index.js",
 | 
					 | 
				
			||||||
      "default": "./dist/index.js"
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  "nx": {
 | 
					  "nx": {
 | 
				
			||||||
    "name": "codemirror"
 | 
					    "name": "codemirror"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user