Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tjclement committed Feb 2, 2016
1 parent b57d294 commit 96ba8ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ System.config({
},

map: {
"babel": "npm:[email protected].34",
"babel-runtime": "npm:[email protected].34",
"babel": "npm:[email protected].35",
"babel-runtime": "npm:[email protected].35",
"bowser": "npm:[email protected]",
"core-js": "npm:[email protected]",
"di": "github:bizboard/di.js@master",
"fs": "github:jspm/[email protected]",
"lodash": "npm:lodash@3.10.1",
"lodash": "npm:lodash@4.2.0",
"path": "github:jspm/[email protected]",
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
Expand All @@ -40,7 +40,7 @@ System.config({
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected].34": {
"npm:[email protected].35": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
Expand All @@ -52,7 +52,7 @@ System.config({
"npm:[email protected]": {
"util": "github:jspm/[email protected]"
},
"npm:lodash@3.10.1": {
"npm:lodash@4.2.0": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bowser": "npm:bowser@^1.0.0",
"di": "github:bizboard/di.js@master",
"fs": "github:jspm/nodelibs-fs@^0.1.2",
"lodash": "npm:lodash@^3.9.3",
"lodash": "npm:lodash@^4.2.0",
"path": "github:jspm/nodelibs-path@^0.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 96ba8ff

Please sign in to comment.