File tree 6 files changed +8
-50
lines changed
6 files changed +8
-50
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ var babel = require('gulp-babel');
14
14
var flatten = require ( 'gulp-flatten' ) ;
15
15
var del = require ( 'del' ) ;
16
16
17
- var babelPluginDEV = require ( 'fbjs/ scripts/babel/dev-expression' ) ;
18
- var babelPluginModules = require ( 'fbjs/ scripts/babel/rewrite-modules' ) ;
17
+ var babelPluginDEV = require ( 'fbjs- scripts/babel/dev-expression' ) ;
18
+ var babelPluginModules = require ( 'fbjs- scripts/babel/rewrite-modules' ) ;
19
19
20
20
var paths = {
21
21
react : {
Original file line number Diff line number Diff line change 15
15
"eslint" : " ^1.1.0" ,
16
16
"eslint-plugin-react" : " ^3.2.1" ,
17
17
"eslint-plugin-react-internal" : " file:eslint-rules" ,
18
- "fbjs" : " 0.1.0-alpha.4" ,
18
+ "fbjs" : " ^0.2.0" ,
19
+ "fbjs-scripts" : " ^0.2.0" ,
19
20
"grunt" : " ^0.4.5" ,
20
21
"grunt-cli" : " ^0.1.13" ,
21
22
"grunt-compare-size" : " ^0.4.0" ,
32
33
"optimist" : " ^0.6.1" ,
33
34
"platform" : " ^1.1.0" ,
34
35
"run-sequence" : " ^1.1.0" ,
35
- "semver" : " ^5.0.1" ,
36
36
"through2" : " ^2.0.0" ,
37
37
"tmp" : " ~0.0.18" ,
38
38
"typescript" : " ~1.4.0" ,
50
50
"build" : " grunt build" ,
51
51
"linc" : " git diff --name-only --diff-filter=ACMRTUB `git merge-base HEAD master` | grep '\\ .js$' | xargs eslint --" ,
52
52
"lint" : " grunt lint" ,
53
- "postinstall" : " node scripts/check-dev-engines.js" ,
53
+ "postinstall" : " node node_modules/fbjs- scripts/node/ check-dev-engines.js package.json " ,
54
54
"test" : " NODE_ENV=test jest"
55
55
},
56
56
"jest" : {
Original file line number Diff line number Diff line change 16
16
},
17
17
"homepage" : " https://github.com/facebook/react/tree/master/npm-react-dom" ,
18
18
"dependencies" : {
19
- "fbjs" : " 0.1.0-alpha.4" ,
20
19
"react" : " ^0.14.0-beta3"
21
20
}
22
21
}
Original file line number Diff line number Diff line change 22
22
},
23
23
"dependencies" : {
24
24
"envify" : " ^3.0.0" ,
25
- "fbjs" : " 0.1.0-alpha.4 "
25
+ "fbjs" : " ^0.2.0 "
26
26
},
27
27
"browserify" : {
28
28
"transform" : [
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ var ts = tsPreprocessor(defaultLibraries);
17
17
// This assumes the module map has been built. This might not be safe.
18
18
// We should consider consuming this from a built fbjs module from npm.
19
19
var moduleMap = require ( 'fbjs/module-map' ) ;
20
- var babelPluginDEV = require ( 'fbjs/ scripts/babel/dev-expression' ) ;
21
- var babelPluginModules = require ( 'fbjs/ scripts/babel/rewrite-modules' ) ;
20
+ var babelPluginDEV = require ( 'fbjs- scripts/babel/dev-expression' ) ;
21
+ var babelPluginModules = require ( 'fbjs- scripts/babel/rewrite-modules' ) ;
22
22
23
23
module . exports = {
24
24
process : function ( src , filePath ) {
You can’t perform that action at this time.
0 commit comments