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

Commit

Permalink
0.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 30, 2017
1 parent 5e84be0 commit b7b1936
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "systemjs-builder",
"version": "0.16.5",
"version": "0.16.6",
"description": "SystemJS Build Tool",
"main": "index.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions templates/sfx-core.js
Expand Up @@ -28,7 +28,7 @@
esModule[p] = exports[p];
}
}

return new Module(esModule);
}

Expand Down Expand Up @@ -238,7 +238,7 @@
var defaultExport = moduleObj.__useDefault;

// __esModule flag extension support
if (defaultExports && defaultExports.__esModule)
if (defaultExport && defaultExport.__esModule)
for (var p in defaultExport)
if (Object.hasOwnProperty.call(defaultExport, p))
moduleObj[p] = defaultExport[p];
Expand Down
2 changes: 1 addition & 1 deletion templates/sfx-core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7b1936

Please sign in to comment.