We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b7849 commit 2a0a50dCopy full SHA for 2a0a50d
metadata.lua
@@ -5,7 +5,7 @@ PLUGIN = {}
5
--- Plugin name
6
PLUGIN.name = "nodejs"
7
--- Plugin version
8
-PLUGIN.version = "0.2.0"
+PLUGIN.version = "0.2.1"
9
--- Plugin repository
10
PLUGIN.homepage = "https://github.com/version-fox/vfox-nodejs"
11
--- Plugin license
@@ -18,4 +18,3 @@ PLUGIN.description = "Node.js runtime environment."
18
PLUGIN.minRuntimeVersion = "0.3.0"
19
-- Some things that need user to be attention!
20
PLUGIN.notes = {}
21
-
0 commit comments