Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
New releases : 4.8.5, 6.11.5, 8.8.1 (Issue neard/neard#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 26, 2017
1 parent ba1bbb4 commit a272fd1
Show file tree
Hide file tree
Showing 24 changed files with 107 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## r18 (2017/10/27)

* New releases : 4.8.5, 6.11.5, 8.8.1 (Issue crazy-max/neard#335)

## r17 (2017/09/19)

* New releases : 6.11.3, 8.5.0 (Issue crazy-max/neard#332)
Expand Down
1 change: 1 addition & 0 deletions bin/nodejs4.8.5/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions bin/nodejs4.8.5/etc/npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.5\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.5\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.5\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.5\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs4.8.5/etc/npmrc.nrd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.5\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.5\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.5\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.5\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs4.8.5/launch.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@ECHO OFF
SETLOCAL EnableDelayedExpansion

SET NEARD_NODEJS_PATH=%~dp0
SET NEARD_NODEJS_PATH=!NEARD_NODEJS_PATH:~0,-1!
SET NEARD_NODEJS_NPM_PATH=%NEARD_NODEJS_PATH%\node_modules\npm
SET NEARD_NODEJS_CONFIG_PATH=%NEARD_NODEJS_NPM_PATH%\npmrc
ECHO prefix = %NEARD_NODEJS_PATH%>%NEARD_NODEJS_CONFIG_PATH%

"%NEARD_NODEJS_PATH%\nodevars.bat" & "%NEARD_NODEJS_PATH%\npm" config set globalconfig "%NEARD_NODEJS_CONFIG_PATH%" --global

ENDLOCAL
8 changes: 8 additions & 0 deletions bin/nodejs4.8.5/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "4.8.5"
nodejsExe = "node.exe"
nodejsVars = "nodevars.bat"
nodejsNpm = "npm.cmd"
nodejsLaunch = "launch.bat"
nodejsConf = "node_modules/npm/npmrc"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/nodejs4.8.5/node_modules/npm/npmrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs4.8.5/node_modules/npm/npmrc.nrd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs6.11.5/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions bin/nodejs6.11.5/etc/npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.5\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.5\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.5\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.5\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs6.11.5/etc/npmrc.nrd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.5\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.5\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.5\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.5\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs6.11.5/launch.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@ECHO OFF
SETLOCAL EnableDelayedExpansion

SET NEARD_NODEJS_PATH=%~dp0
SET NEARD_NODEJS_PATH=!NEARD_NODEJS_PATH:~0,-1!
SET NEARD_NODEJS_NPM_PATH=%NEARD_NODEJS_PATH%\node_modules\npm
SET NEARD_NODEJS_CONFIG_PATH=%NEARD_NODEJS_NPM_PATH%\npmrc
ECHO prefix = %NEARD_NODEJS_PATH%>%NEARD_NODEJS_CONFIG_PATH%

"%NEARD_NODEJS_PATH%\nodevars.bat" & "%NEARD_NODEJS_PATH%\npm" config set globalconfig "%NEARD_NODEJS_CONFIG_PATH%" --global

ENDLOCAL
8 changes: 8 additions & 0 deletions bin/nodejs6.11.5/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "6.11.5"
nodejsExe = "node.exe"
nodejsVars = "nodevars.bat"
nodejsNpm = "npm.cmd"
nodejsLaunch = "launch.bat"
nodejsConf = "node_modules/npm/npmrc"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/nodejs6.11.5/node_modules/npm/npmrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs6.11.5/node_modules/npm/npmrc.nrd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs8.8.1/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions bin/nodejs8.8.1/etc/npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.8.1\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.8.1\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.8.1\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.8.1\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs8.8.1/etc/npmrc.nrd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.8.1\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.8.1\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.8.1\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.8.1\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs8.8.1/launch.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@ECHO OFF
SETLOCAL EnableDelayedExpansion

SET NEARD_NODEJS_PATH=%~dp0
SET NEARD_NODEJS_PATH=!NEARD_NODEJS_PATH:~0,-1!
SET NEARD_NODEJS_NPM_PATH=%NEARD_NODEJS_PATH%\node_modules\npm
SET NEARD_NODEJS_CONFIG_PATH=%NEARD_NODEJS_NPM_PATH%\npmrc
ECHO prefix = %NEARD_NODEJS_PATH%>%NEARD_NODEJS_CONFIG_PATH%

"%NEARD_NODEJS_PATH%\nodevars.bat" & "%NEARD_NODEJS_PATH%\npm" config set globalconfig "%NEARD_NODEJS_CONFIG_PATH%" --global

ENDLOCAL
8 changes: 8 additions & 0 deletions bin/nodejs8.8.1/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "8.8.1"
nodejsExe = "node.exe"
nodejsVars = "nodevars.bat"
nodejsNpm = "npm.cmd"
nodejsLaunch = "launch.bat"
nodejsConf = "node_modules/npm/npmrc"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/nodejs8.8.1/node_modules/npm/npmrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs8.8.1/node_modules/npm/npmrc.nrd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bundle.name = nodejs
bundle.release = r17
bundle.release = r18
bundle.type = bins
bundle.format = 7z

Expand Down
3 changes: 3 additions & 0 deletions releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
4.8.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r11/neard-nodejs-4.8.1-r11.7z
4.8.3 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r12/neard-nodejs-4.8.3-r12.7z
4.8.4 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r14/neard-nodejs-4.8.4-r14.7z
4.8.5 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r18/neard-nodejs-4.8.5-r18.7z
5.1.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r2/neard-nodejs-5.1.1-r2.zip
5.5.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r2/neard-nodejs-5.5.0-r2.zip
5.10.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r3/neard-nodejs-5.10.1-r3.7z
Expand All @@ -44,6 +45,7 @@
6.11.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r14/neard-nodejs-6.11.1-r14.7z
6.11.2 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r16/neard-nodejs-6.11.2-r16.7z
6.11.3 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r17/neard-nodejs-6.11.3-r17.7z
6.11.5 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r18/neard-nodejs-6.11.5-r18.7z
7.2.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r7/neard-nodejs-7.2.0-r7.7z
7.2.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r8/neard-nodejs-7.2.1-r8.7z
7.4.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r9/neard-nodejs-7.4.0-r9.7z
Expand All @@ -56,3 +58,4 @@
8.2.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r15/neard-nodejs-8.2.1-r15.7z
8.3.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r16/neard-nodejs-8.3.0-r16.7z
8.5.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r17/neard-nodejs-8.5.0-r17.7z
8.8.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r18/neard-nodejs-8.8.1-r18.7z

0 comments on commit a272fd1

Please sign in to comment.