File tree Expand file tree Collapse file tree 8 files changed +0
-20
lines changed
Expand file tree Collapse file tree 8 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 3939 "eslint-plugin-react" : " ^5.2.2" ,
4040 "expect" : " ^1.20.1" ,
4141 "gzip-size" : " ^3.0.0" ,
42- "in-publish" : " ^2.0.0" ,
4342 "karma" : " ^0.13.22" ,
4443 "karma-browserstack-launcher" : " ^1.0.1" ,
4544 "karma-chrome-launcher" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 11const fs = require ( 'fs' )
22const execSync = require ( 'child_process' ) . execSync
3- const inInstall = require ( 'in-publish' ) . inInstall
43const prettyBytes = require ( 'pretty-bytes' )
54const gzipSize = require ( 'gzip-size' )
65
7- if ( inInstall ( ) )
8- process . exit ( 0 )
9-
106const exec = ( command , extraEnv ) =>
117 execSync ( command , {
128 stdio : 'inherit' ,
Original file line number Diff line number Diff line change 5959 "eslint-plugin-react" : " ^5.2.2" ,
6060 "expect" : " ^1.20.1" ,
6161 "gzip-size" : " ^3.0.0" ,
62- "in-publish" : " ^2.0.0" ,
6362 "karma" : " ^0.13.22" ,
6463 "karma-browserstack-launcher" : " ^1.0.1" ,
6564 "karma-chrome-launcher" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 11const fs = require ( 'fs' )
22const execSync = require ( 'child_process' ) . execSync
3- const inInstall = require ( 'in-publish' ) . inInstall
43const prettyBytes = require ( 'pretty-bytes' )
54const gzipSize = require ( 'gzip-size' )
65
7- if ( inInstall ( ) )
8- process . exit ( 0 )
9-
106const exec = ( command , extraEnv ) =>
117 execSync ( command , {
128 stdio : 'inherit' ,
Original file line number Diff line number Diff line change 4848 "eslint-plugin-import" : " ^2.2.0" ,
4949 "eslint-plugin-react" : " ^6.3.0" ,
5050 "gzip-size" : " ^3.0.0" ,
51- "in-publish" : " ^2.0.0" ,
5251 "jest" : " ^20.0.0" ,
5352 "pretty-bytes" : " ^4.0.2" ,
5453 "react" : " ^15.4.2" ,
Original file line number Diff line number Diff line change 11const fs = require ( 'fs' )
22const execSync = require ( 'child_process' ) . execSync
3- const inInstall = require ( 'in-publish' ) . inInstall
43const prettyBytes = require ( 'pretty-bytes' )
54const gzipSize = require ( 'gzip-size' )
65
7- if ( inInstall ( ) )
8- process . exit ( 0 )
9-
106const exec = ( command , extraEnv ) =>
117 execSync ( command , {
128 stdio : 'inherit' ,
Original file line number Diff line number Diff line change 5858 "eslint-plugin-react" : " ^6.10.3" ,
5959 "expect" : " ^1.20.1" ,
6060 "gzip-size" : " ^3.0.0" ,
61- "in-publish" : " ^2.0.0" ,
6261 "karma" : " ^0.13.22" ,
6362 "karma-browserstack-launcher" : " ^1.0.1" ,
6463 "karma-chrome-launcher" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 11const fs = require ( 'fs' )
22const execSync = require ( 'child_process' ) . execSync
3- const inInstall = require ( 'in-publish' ) . inInstall
43const prettyBytes = require ( 'pretty-bytes' )
54const gzipSize = require ( 'gzip-size' )
65
7- if ( inInstall ( ) )
8- process . exit ( 0 )
9-
106const exec = ( command , extraEnv ) =>
117 execSync ( command , {
128 stdio : 'inherit' ,
You can’t perform that action at this time.
0 commit comments