Merge pull request #5417 from atom/iz-fix-semver

Fix atom engine semver in upgrading docs
Esse commit está contido em:
Kevin Sawicki
2015-02-05 08:55:35 -08:00
+1 -1
Ver Arquivo
@@ -63,7 +63,7 @@ When you are deprecation free and all done converting, upgrade the `engines` fie
```json ```json
{ {
"engines": { "engines": {
"atom": ">=0.174.0, <2.0.0" "atom": ">=0.174.0 <2.0.0"
} }
} }
``` ```