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

Commit

Permalink
New bundles : 4.8.1, 6.10.1, 7.7.4 (Issue neard/neard#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 22, 2017
1 parent 1f074f7 commit 9fa9c18
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

## r11 (2017/03/22)

* New bundles : 4.8.1, 6.10.1, 7.7.4 (Issue crazy-max/neard#236)

## r10 (2017/03/12)

* New bundles : 4.8.0, 6.10.0, 7.7.2 (Issue crazy-max/neard#232)
Expand Down
1 change: 1 addition & 0 deletions bin/nodejs4.8.1/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions bin/nodejs4.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\nodejs4.8.1\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs4.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\nodejs4.8.1\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs4.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/nodejs4.8.1/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "4.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/nodejs4.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/nodejs4.8.1/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.10.1/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions bin/nodejs6.10.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\nodejs6.10.1\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs6.10.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\nodejs6.10.1\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs6.10.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/nodejs6.10.1/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "6.10.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/nodejs6.10.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/nodejs6.10.1/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/nodejs7.7.4/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions bin/nodejs7.7.4/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\nodejs7.7.4\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs7.7.4/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\nodejs7.7.4\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs7.7.4/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/nodejs7.7.4/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "7.7.4"
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/nodejs7.7.4/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/nodejs7.7.4/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 = r10
bundle.release = r11
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 @@ -23,6 +23,7 @@
4.7.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r8/neard-nodejs-4.7.0-r8.7z
4.7.2 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r9/neard-nodejs-4.7.2-r9.7z
4.8.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r10/neard-nodejs-4.8.0-r10.7z
4.8.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r11/neard-nodejs-4.8.1-r11.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 @@ -35,7 +36,9 @@
6.9.2 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r8/neard-nodejs-6.9.2-r8.7z
6.9.4 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r9/neard-nodejs-6.9.4-r9.7z
6.10.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r10/neard-nodejs-6.10.0-r10.7z
6.10.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r11/neard-nodejs-6.10.1-r11.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
7.7.2 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r10/neard-nodejs-7.7.2-r10.7z
7.7.4 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r11/neard-nodejs-7.7.4-r11.7z

0 comments on commit 9fa9c18

Please sign in to comment.