OSDN Git Service

Update and rename package.json to src/package.json
authorNeko7sora <oeyvdfqbt@relay.firefox.com>
Fri, 25 Jun 2021 16:54:40 +0000 (01:54 +0900)
committerGitHub <noreply@github.com>
Fri, 25 Jun 2021 16:54:40 +0000 (01:54 +0900)
src/package.json [moved from package.json with 90% similarity]

similarity index 90%
rename from package.json
rename to src/package.json
index 9e721f7..d84e34e 100644 (file)
@@ -5,7 +5,7 @@
   "description": "My Electron app",
   "main": "main.js",
   "scripts": {
-    "start": "electron src/main.js"
+    "start": "electron ./main.js"
   },
   "engines": {
     "node": ">=14.16.0"