Skip to content

Commit

Permalink
fix(transitions): send jquery object, fix #269
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Sep 12, 2016
1 parent ad09a7a commit c94632f
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion sample/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ System.config({
"github:jspm/[email protected]": {
"events": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"Base64": "npm:[email protected]",
"events": "github:jspm/[email protected]",
"inherits": "npm:[email protected]",
"stream": "github:jspm/[email protected]",
"url": "github:jspm/[email protected]",
"util": "github:jspm/[email protected]"
},
"github:jspm/[email protected]": {
"path-browserify": "npm:[email protected]"
},
Expand Down Expand Up @@ -239,8 +247,15 @@ System.config({
"number-is-nan": "npm:[email protected]"
},
"npm:[email protected]": {
"buffer": "github:jspm/[email protected]",
"events": "github:jspm/[email protected]",
"fs": "github:jspm/[email protected]",
"http": "github:jspm/[email protected]",
"ini": "npm:[email protected]",
"proto-list": "npm:[email protected]"
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"proto-list": "npm:[email protected]",
"url": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"fs": "github:jspm/[email protected]",
Expand Down Expand Up @@ -374,10 +389,14 @@ System.config({
"util": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"assert": "github:jspm/[email protected]",
"camelcase": "npm:[email protected]",
"cliui": "npm:[email protected]",
"decamelize": "npm:[email protected]",
"fs": "github:jspm/[email protected]",
"os-locale": "npm:[email protected]",
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"string-width": "npm:[email protected]",
"window-size": "npm:[email protected]",
"y18n": "npm:[email protected]"
Expand Down

0 comments on commit c94632f

Please sign in to comment.