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

Commit

Permalink
New bundles : 6.11.0, 8.1.0 (Issue neard/neard#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 13, 2017
1 parent 847218b commit 727136d
Show file tree
Hide file tree
Showing 17 changed files with 73 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

## r13 (2017/06/13)

* New bundles : 6.11.0, 8.1.0 (Issue crazy-max/neard#275)

## r12 (2017/05/29)

* New bundles : 4.8.3, 6.10.3, 7.10.0 (Issue crazy-max/neard#263)
Expand Down
1 change: 1 addition & 0 deletions bin/nodejs6.11.0/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

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

5 changes: 5 additions & 0 deletions bin/nodejs8.1.0/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.1.0\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs8.1.0/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.1.0\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs8.1.0/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.1.0/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "8.1.0"
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.1.0/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.1.0/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 = r12
bundle.release = r13
bundle.type = bins
bundle.format = 7z

Expand Down
2 changes: 2 additions & 0 deletions releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@
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
6.10.3 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r12/neard-nodejs-6.10.3-r12.7z
6.11.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r13/neard-nodejs-6.11.0-r13.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
7.10.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r12/neard-nodejs-7.10.0-r12.7z
8.1.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r13/neard-nodejs-8.1.0-r13.7z

0 comments on commit 727136d

Please sign in to comment.