Browse Source

add name field to package.json (#1934)

Herb Caudill 5 years ago
parent
commit
e2640edb79
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -70,6 +70,7 @@
       "node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-nativefs)/)"
     ]
   },
+  "name": "excalidraw",
   "private": true,
   "scripts": {
     "build-node": "node ./scripts/build-node.js",