diff --git a/www/npm/Makefile b/www/npm/Makefile index 4b461c986bc4..acea752faef5 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -19,7 +19,7 @@ CONFLICTS_INSTALL?= npm-node4 npm-node6 npm-node8 npm2 npm3 npm4 OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= NODE NODE4 NODE6 NODE8 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 9.x (www/node) as backend +NODE_DESC= Use Node.js 9.x/10.x (www/node) as backend NODE4_DESC= Use Node.js 4.x (www/node4) as backend NODE6_DESC= Use Node.js 6.x (www/node6) as backend NODE8_DESC= Use Node.js 8.x (www/node8) as backend