add name field to package.json (#1934)

This commit is contained in:
Herb Caudill
2020-07-18 15:44:45 +03:00
committed by GitHub
parent c1488fa353
commit e2640edb79
+1
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",