Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
0.15.18
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 25, 2016
1 parent 430e99a commit 271934f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function executeConfigFile(saveForReset, ignoreBaseURL, configPath, source) {
var context = Object.create(global);
context.SystemJS = context.System = configLoader;
context.global = context;
if (process.versions.node && process.versions.node.split('.')[0] <= 6)
if (process.versions.node && process.versions.node.split('.')[0] < 6)
context.GLOBAL = context.root = context;
// make require available too, make it look as if config file was
// loaded like a module
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "systemjs-builder",
"version": "0.15.17",
"version": "0.15.18",
"description": "SystemJS Build Tool",
"main": "index.js",
"dependencies": {
"babel-core": "^6.7.7",
"babel-core": "^6.9.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.6.5",
"bluebird": "^3.3.4",
"data-uri-to-buffer": "0.0.4",
Expand Down

0 comments on commit 271934f

Please sign in to comment.