Skip to content

Commit

Permalink
fix(package): update dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 12, 2014
1 parent 3f3b2a1 commit fe83ef3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ System.config({
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-event-aggregator": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected].0",
"aurelia-loader": "github:aurelia/[email protected].1",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/templating@0.1.0",
"aurelia-templating": "github:aurelia/templating@0.2.0",
"github:aurelia/[email protected]": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]"
Expand All @@ -23,17 +23,17 @@ System.config({
"aurelia-metadata": "github:aurelia/[email protected]",
"es6-shim": "github:paulmillr/[email protected]"
},
"github:aurelia/[email protected].0": {
"github:aurelia/[email protected].1": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"es6-shim": "github:paulmillr/[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected].1"
"webcomponentsjs": "github:webcomponents/[email protected].2"
},
"github:aurelia/templating@0.1.0": {
"github:aurelia/templating@0.2.0": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected].0",
"aurelia-loader": "github:aurelia/[email protected].1",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gulp.task('changelog', function(callback) {
changelog({
repository: pkg.repository.url,
version: pkg.version,
file: 'CHANGELOG.md'
file: path.doc + '/CHANGELOG.md'
}, function(err, log) {
fs.writeFileSync(path.doc + '/CHANGELOG.md', log);
});
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"aurelia-binding": "^0.1.0",
"aurelia-dependency-injection": "^0.1.0",
"aurelia-event-aggregator": "^0.1.0",
"aurelia-loader": "^0.1.0",
"aurelia-loader": "^0.1.1",
"aurelia-logging": "^0.1.0",
"aurelia-metadata": "^0.1.0",
"aurelia-task-queue": "^0.1.0",
"aurelia-templating": "^0.1.0"
"aurelia-templating": "^0.2.0"
}
},
"devDependencies": {
Expand Down

0 comments on commit fe83ef3

Please sign in to comment.