Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit ea51489

Browse files
committed
fix(package): add dist folder the npm dist so font files also gets added
1 parent 765c023 commit ea51489

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"name": "excalidraw",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"main": "dist/excalidraw.min.js",
55
"files": [
6-
"dist/excalidraw.min.js",
7-
"dist/excalidraw.min.css",
8-
"dist/socketIoClient.min.js"
6+
"dist"
97
],
108
"description": "Excalidraw exported as a component to directly embed in your projects",
119
"license": "MIT",

0 commit comments

Comments
 (0)