Semantic versioning required (#36074)

Node build fails for "1.2"
pull/35673/head
Mahesh Jaganiya 2019-05-17 21:37:16 +05:30 committed by Randell Dawson
parent 241d966e54
commit e877d9c7d5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ challengeType: 2
A <code>version</code> is one of the required fields of your package.json file. This field describes the current version of your project. Here's an example:
```json
"version": "1.2",
"version": "1.2.0",
```
</section>