Skip to content

Commit

Permalink
change default remote for chakracore-release (jasongin#62)
Browse files Browse the repository at this point in the history
Now that nodejs.org started hosting chakracore-release, change the default remote
for `chakracore` to https://nodejs.org/download/chakracore-release/.
  • Loading branch information
kunalspathak authored and jasongin committed Jul 10, 2017
1 parent 8bbf576 commit c317542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": "https://nodejs.org/dist/",
"iojs": "https://iojs.org/dist/",
"nightly": "https://nodejs.org/download/nightly/",
"chakracore": "https://github.com/nodejs/node-chakracore/releases/",
"chakracore": "https://nodejs.org/download/chakracore-release/",
"chakracore-nightly": "https://nodejs.org/download/chakracore-nightly/"
},
"bootstrap": "node/6.10.1"
Expand Down

0 comments on commit c317542

Please sign in to comment.