Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Mar 19, 2024
1 parent 74e7db2 commit 777baa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/excalidraw/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "@excalidraw/excalidraw",
"version": "0.5.0",
"type": "module",
"main": "./dist/prod/index.js",
"module": "./dist/prod/index.js",
"main": "./dist/dev/index.js",
"module": "./dist/dev/index.js",
"types": "./dist/excalidraw/index.d.ts",
"files": [
"dist/*"
Expand Down

0 comments on commit 777baa6

Please sign in to comment.