Skip to content

Commit

Permalink
Merge pull request facebook#322 from petehunt/build-animations
Browse files Browse the repository at this point in the history
Add ReactTransitionGroup to the build
  • Loading branch information
benjamn committed Sep 6, 2013
2 parents 3cf14e8 + f7ea031 commit ebc0d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grunt/config/jsx/jsx.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
'use strict';

var rootIDs = [
"React"
"React",
"ReactTransitionGroup"
];

var debug = {
Expand Down

0 comments on commit ebc0d09

Please sign in to comment.