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

Commit b7b1936

Browse files
committed
0.16.6
1 parent 5e84be0 commit b7b1936

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "systemjs-builder",
3-
"version": "0.16.5",
3+
"version": "0.16.6",
44
"description": "SystemJS Build Tool",
55
"main": "index.js",
66
"dependencies": {

templates/sfx-core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
esModule[p] = exports[p];
2929
}
3030
}
31-
31+
3232
return new Module(esModule);
3333
}
3434

@@ -238,7 +238,7 @@
238238
var defaultExport = moduleObj.__useDefault;
239239

240240
// __esModule flag extension support
241-
if (defaultExports && defaultExports.__esModule)
241+
if (defaultExport && defaultExport.__esModule)
242242
for (var p in defaultExport)
243243
if (Object.hasOwnProperty.call(defaultExport, p))
244244
moduleObj[p] = defaultExport[p];

templates/sfx-core.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)