Build perf and test-utils addon npm packages

This commit is contained in:
Paul O’Shannessy
2015-07-27 15:04:38 -07:00
parent 9d4a805eb7
commit ff71d7a939
+8
View File
@@ -14,10 +14,18 @@ var addons = {
module: 'LinkedStateMixin',
name: 'linked-state-mixin',
},
Perf: {
module: 'ReactDefaultPerf',
name: 'perf',
},
PureRenderMixin: {
module: 'ReactComponentWithPureRenderMixin',
name: 'pure-render-mixin',
},
TestUtils: {
module: 'ReactTestUtils',
name: 'test-utils',
},
TransitionGroup: {
module: 'ReactTransitionGroup',
name: 'transition-group',