Skip to content

Commit

Permalink
0.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 22, 2015
1 parent 554ac1c commit d378fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ function Builder(_config) {
if (cfg.bundles)
delete cfg.bundles;

this.config(cfg);
this.config(cfg, true);

if (typeof _config == 'object')
this.config(_config);
this.config(_config, true);
}
Builder.prototype = Object.create(SystemJSBuilder.prototype);
exports.Builder = Builder;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jspm",
"description": "Registry and format agnostic JavaScript package manager",
"version": "0.16.7",
"version": "0.16.8",
"main": "./api.js",
"author": "",
"dependencies": {
Expand Down

0 comments on commit d378fa1

Please sign in to comment.