Skip to content

Commit

Permalink
AU: 1 updated - nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 8, 2018
1 parent cd50cc9 commit 8f435e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"6.13": "6.13.1",
"9.6": "9.6.1",
"9.7": "9.7.1",
"8.10": "8.10.0"
"8.10": "8.10.0",
"9.8": "9.8.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>8.10.0</version>
<version>9.8.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[8.10.0]" />
<dependency id="nodejs.install" version="[9.8.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 8f435e8

Please sign in to comment.