Skip to content

Commit d13cb2d

Browse files
committed
Merge pull request nwjs#3391 from sanderboom/added-mandatory-version-to-example
Added mandatory version to package.json example in README.md.
2 parents a77b085 + 4b4d1b2 commit d13cb2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Create `package.json`:
6767
```json
6868
{
6969
"name": "nw-demo",
70+
"version": "0.0.1",
7071
"main": "index.html"
7172
}
7273
```

0 commit comments

Comments
 (0)