Skip to content

Commit d00b11e

Browse files
committed
Remove React from react-tools package
All of this is provided by the react package now, so there's no point in having it available in multiple places. We *may* go back on that in the future for shipping test utils, but for the time being, this is better for all.
1 parent 463f940 commit d00b11e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
'use strict';
22

3-
var React = require('./build/modules/React');
43
var visitors = require('./vendor/fbtransform/visitors').transformVisitors;
54
var transform = require('jstransform').transform;
65

76
module.exports = {
8-
React: React,
97
transform: function(code) {
108
return transform(visitors.react, code).code;
119
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"README.md",
2020
"main.js",
2121
"bin/jsx",
22-
"build/modules/",
2322
"src/",
2423
"vendor/fbtransform/",
2524
"vendor/constants.js"

0 commit comments

Comments
 (0)