summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2016-03-15 16:28:13 -0400
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2016-03-22 19:21:20 -0400
commitec6af31eba0a35f42ad5c012151b80973210715f (patch)
tree3a7bf9238d26c93a6cd9f4373a0c29665d572e33 /node.gyp
parent4bf2acaa1ee0e8b9504b1b1f3ba8047c66a05480 (diff)
downloadnode-new-ec6af31eba0a35f42ad5c012151b80973210715f.tar.gz
lib: rename /node.js to /bootstrap_node.js
PR-URL: https://github.com/nodejs/node/pull/5103 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index b46c9f8bf3..0eeebfcad4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -16,7 +16,7 @@
'node_target_type%': 'executable',
'node_core_target_name%': 'node',
'library_files': [
- 'lib/internal/node.js',
+ 'lib/internal/bootstrap_node.js',
'lib/_debug_agent.js',
'lib/_debugger.js',
'lib/assert.js',