You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/05 03:20:18 UTC

[GitHub] [cordova-docs] erisu commented on a change in pull request #1161: Fix: version ordering

erisu commented on a change in pull request #1161:
URL: https://github.com/apache/cordova-docs/pull/1161#discussion_r570693889



##########
File path: tools/bin/gen_versions.js
##########
@@ -19,7 +19,7 @@
 
 var path = require('path');
 var yaml = require('js-yaml');
-
+var semver = require('semver');

Review comment:
       ```suggestion
   const semver = require('semver');
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org