[Pkg-javascript-devel] Bug#904422: (no subject)

Nazar Zhuk nzhuk98 at gmail.com
Sat Oct 26 07:20:51 BST 2019


Here is a trivial patch that removes the warning in the existing 5.8.0 
version:


--- a/lib/utils/unsupported.js
+++ b/lib/utils/unsupported.js
@@ -5,7 +5,8 @@
    {ver: '6', min: '6.0.0'},
    {ver: '7', min: '7.0.0'},
    {ver: '8', min: '8.0.0'},
-  {ver: '9', min: '9.0.0'}
+  {ver: '9', min: '9.0.0'},
+  {ver: '10', min: '10.15.2'}
  ]
  var knownBroken = '<4.7.0'


I am not sure what the process is to get this into stable-updates, but I 
would be happy to package this if the maintainers are willing to push 
this through.

-- 
Nazar



More information about the Pkg-javascript-devel mailing list