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

Commit

Permalink
0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 19, 2016
1 parent 538a7cb commit 193ca2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/trace.js
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,8 @@ Trace.getLoadDependencies = function(load, tracePackageConfig, traceRuntimePlugi
deps.push(load.plugin);

// plugins by syntax build in their config
if (tracePackageConfig && load.packageConfig)
deps.push(load.packageConfig);
if (tracePackageConfig && load.pluginConfig)
deps.push(load.pluginConfig);

// add the dependencies
load.deps.forEach(function(dep) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "systemjs-builder",
"version": "0.15.3",
"version": "0.15.4",
"description": "SystemJS Build Tool",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 193ca2d

Please sign in to comment.