Skip to content

Commit cdd1c23

Browse files
fix(package): update dependencies to latest
1 parent e08f016 commit cdd1c23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"url": "http://github.com/aurelia/history-browser"
1616
},
1717
"dependencies": {
18-
"aurelia-history": "0.1.0"
18+
"aurelia-history": "0.1.1"
1919
}
2020
}

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ System.config({
77

88
System.config({
99
"map": {
10-
"aurelia-history": "github:aurelia/[email protected].0"
10+
"aurelia-history": "github:aurelia/[email protected].1"
1111
}
1212
});
1313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lib": "dist"
2525
},
2626
"dependencies": {
27-
"aurelia-history": "github:aurelia/history@^0.1.0"
27+
"aurelia-history": "github:aurelia/history@^0.1.1"
2828
}
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)