Skip to content

Commit

Permalink
update async
Browse files Browse the repository at this point in the history
fixes #451
  • Loading branch information
andrenarchy committed May 16, 2016
1 parent 90cab54 commit 6f9b931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jspm.config.js
Expand Up @@ -35,7 +35,7 @@ SystemJS.config({
"angulartics": "npm:angulartics@1.0.3",
"angulartics-google-analytics": "npm:angulartics-google-analytics@0.1.4",
"assert": "github:jspm/nodelibs-assert@0.2.0-alpha",
"async": "npm:async@2.0.0-rc.4",
"async": "npm:async@2.0.0-rc.5",
"buffer": "github:jspm/nodelibs-buffer@0.2.0-alpha",
"fs": "github:jspm/nodelibs-fs@0.2.0-alpha",
"highlightjs": "github:components/highlightjs@9.1.0",
Expand Down Expand Up @@ -111,7 +111,7 @@ SystemJS.config({
"moment": "npm:moment@2.10.6"
}
},
"npm:async@2.0.0-rc.4": {
"npm:async@2.0.0-rc.5": {
"map": {
"lodash": "npm:lodash@4.12.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"angular-route-segment": "github:artch/angular-route-segment@^1.5.0",
"angulartics": "npm:angulartics@^1.0.3",
"angulartics-google-analytics": "npm:angulartics-google-analytics@^0.1.4",
"async": "npm:async@^2.0.0-rc.4",
"async": "npm:async@^2.0.0-rc.5",
"highlightjs": "github:components/highlightjs@^9.1.0",
"javascript-detect-element-resize": "github:sdecima/javascript-detect-element-resize@^0.5.3",
"kramed": "npm:kramed@^0.5.5",
Expand Down

0 comments on commit 6f9b931

Please sign in to comment.