add name field to package.json (#1934)

pull/1937/head
Herb Caudill 5 years ago committed by GitHub
parent c1488fa353
commit e2640edb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save