Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Nov 26, 2014
1 parent 7292271 commit c226729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ v8flags.fetch(); // [ '--use_strict',
* 2014-11-17 - v1.0.2 - get node executable from `process.env._`
* 2014-11-17 - v1.0.3 - get node executable during npm install via `process.env.NODE`
* 2014-11-18 - v1.0.4 - wrap node executable path in quotes
* 2014-11-26 - v1.0.5 - get node executable from `process.execPath`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v8flags",
"description": "Get available v8 flags.",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/tkellen/node-v8flags",
"author": {
"name": "Tyler Kellen",
Expand Down

0 comments on commit c226729

Please sign in to comment.