Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(config): revert path config after tool change
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed May 7, 2015
1 parent 4b4bbec commit a1c4524
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.js
Expand Up @@ -11,7 +11,7 @@ System.config({
"*": "*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js",
"aurelia-skeleton-navigation/*": "lib/*.js"
"aurelia-skeleton-navigation/*": "dist/*.js"
}
});

Expand Down Expand Up @@ -277,4 +277,3 @@ System.config({
}
}
});

0 comments on commit a1c4524

Please sign in to comment.