add name field to package.json (#1934)

This commit is contained in:
Herb Caudill
2020-07-18 14:44:45 +02:00
committed by GitHub
parent c1488fa353
commit e2640edb79

View File

@ -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",