Skip to content

Commit 76a52b8

Browse files
committed
display nativephp@v2 during initial install
after first serve the package.json is patched and it will show the user's app name + version. But on first run it showed [email protected]
1 parent 9154081 commit 76a52b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "NativePHP",
3-
"version": "1.0.0",
2+
"name": "nativephp",
3+
"version": "v2",
44
"description": "A NativePHP Electron application",
55
"main": "./out/main/index.js",
66
"author": "NativePHP",

0 commit comments

Comments
 (0)