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

Commit f42fbff

Browse files
author
crazy-max
committed
New bundle : 8.2.1 (Issue neard/neard#300)
1 parent 32f1f1d commit f42fbff

12 files changed

Lines changed: 53 additions & 8 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## r15 (2017/07/30)
4+
5+
* New bundle : 8.2.1 (Issue crazy-max/neard#300)
6+
37
## r14 (2017/07/13)
48

59
* New bundles : 4.8.4, 6.11.1, 7.10.1, 8.1.4 (Issue crazy-max/neard#285)

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![GitHub release](https://img.shields.io/github/release/crazy-max/neard-bin-nodejs.svg?style=flat-square)](https://github.com/crazy-max/neard-bin-nodejs/releases/latest)
22
![Total downloads](https://img.shields.io/github/downloads/crazy-max/neard-bin-nodejs/total.svg?style=flat-square)
33

4-
This is a module of [Neard project](https://github.com/crazy-max/neard) involving Node.js binary bundles.
4+
This is a module of [Neard project](https://github.com/crazy-max/neard) involving Node.js.
55

66
## Documentation and downloads
77

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

β€Žbin/nodejs8.2.1/etc/npmrcβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
2+
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.2.1\etc\npmrc
3+
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.2.1\etc\.npmignore
4+
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.2.1\etc\.npm-init.js
5+
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.2.1\etc\npmrc
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
2+
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.2.1\etc\npmrc
3+
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.2.1\etc\.npmignore
4+
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.2.1\etc\.npm-init.js
5+
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.2.1\etc\npmrc

β€Žbin/nodejs8.2.1/launch.batβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@ECHO OFF
2+
SETLOCAL EnableDelayedExpansion
3+
4+
SET NEARD_NODEJS_PATH=%~dp0
5+
SET NEARD_NODEJS_PATH=!NEARD_NODEJS_PATH:~0,-1!
6+
SET NEARD_NODEJS_NPM_PATH=%NEARD_NODEJS_PATH%\node_modules\npm
7+
SET NEARD_NODEJS_CONFIG_PATH=%NEARD_NODEJS_NPM_PATH%\npmrc
8+
ECHO prefix = %NEARD_NODEJS_PATH%>%NEARD_NODEJS_CONFIG_PATH%
9+
10+
"%NEARD_NODEJS_PATH%\nodevars.bat" & "%NEARD_NODEJS_PATH%\npm" config set globalconfig "%NEARD_NODEJS_CONFIG_PATH%" --global
11+
12+
ENDLOCAL

β€Žbin/nodejs8.2.1/neard.confβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
nodejsVersion = "8.2.1"
2+
nodejsExe = "node.exe"
3+
nodejsVars = "nodevars.bat"
4+
nodejsNpm = "npm.cmd"
5+
nodejsLaunch = "launch.bat"
6+
nodejsConf = "node_modules/npm/npmrc"
7+
8+
bundleRelease = "@RELEASE_VERSION@"

β€Žbin/nodejs8.2.1/node_modules/npm/npmrcβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbin/nodejs8.2.1/node_modules/npm/npmrc.nrdβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbuild.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = nodejs
2-
bundle.release = r14
2+
bundle.release = r15
33
bundle.type = bins
44
bundle.format = 7z
55

0 commit comments

Comments
Β (0)