We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04890c commit bb373f8Copy full SHA for bb373f8
README.md
@@ -13,19 +13,19 @@ click [`Use this template`] to create a new project.
13
14
```json
15
{
16
- "name": your-project-name,
17
- "version": whatever-you-like,
18
- "description": your-own-description,
+ "name": "your-project-name",
+ "version": "whatever-you-like",
+ "description": "your-own-description",
19
"build": {
20
- "appId": your-app-id,
21
- "productName": your-product-name,
22
- "buildVersion": your-build-number
+ "appId": "your-app-id",
+ "productName": "your-product-name",
+ "buildVersion": "your-build-number"
23
},
24
- "author": who's-the-author?,
25
- "license": if-you-don't-want-to-use-MIT,
26
- "repository": type-and-link-of-your-repo,
27
- "bugs": issue-page-of-your-repo,
28
- "homepage": homepage-of-your-repo
+ "author": "who's-the-author?",
+ "license": "if-you-don't-want-to-use-MIT",
+ "repository": "type-and-link-of-your-repo",
+ "bugs": "issue-page-of-your-repo",
+ "homepage": "homepage-of-your-repo"
29
}
30
```
31
0 commit comments