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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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