Semantic versioning required (#36074)

Node build fails for "1.2"
This commit is contained in:
Mahesh Jaganiya
2019-05-17 21:37:16 +05:30
committed by Randell Dawson
parent 241d966e54
commit e877d9c7d5

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>