File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11'use strict' ;
22
3- var React = require ( './build/react ' ) ;
3+ var React = require ( './build/modules/React ' ) ;
44var visitors = require ( './vendor/fbtransform/visitors' ) . transformVisitors ;
55var transform = require ( './vendor/fbtransform/lib/transform' ) . transform ;
66
Original file line number Diff line number Diff line change 1616 " README.md" ,
1717 " main.js" ,
1818 " bin/jsx" ,
19- " build/react.js " ,
19+ " build/modules/ " ,
2020 " vendor/fbtransform/" ,
2121 " vendor/woodchipper.js"
2222 ],
3535 "base62" : " ~0.1.1" ,
3636 "commoner" : " ~0.6.8" ,
3737 "esprima" : " git://github.com/facebook/esprima#fb-harmony" ,
38- "recast" : " ~0.3.3"
38+ "recast" : " ~0.3.3" ,
39+ "source-map" : " ~0.1.22"
3940 },
4041 "devDependencies" : {
4142 "browserify" : " ~2.14.2" ,
4748 "optimist" : " ~0.4.0" ,
4849 "phantomjs" : " >= 1.9.0" ,
4950 "semver" : " >= 1.1.4" ,
50- "source-map" : " ~0.1.22" ,
5151 "uglify-js" : " ~2.3.6" ,
5252 "grunt-contrib-clean" : " ~0.4.1" ,
5353 "grunt-compare-size" : " ~0.4.0" ,
You can’t perform that action at this time.
0 commit comments