File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ const webpackConfig = require('./webpack.config.demo.prod.js');
77// library
88gulp . task ( 'copy_styles' , function ( ) {
99 return gulp . src ( './src/styles/**/*' )
10- . pipe ( gulp . dest ( './lib' ) ) ;
10+ . pipe ( gulp . dest ( './lib/styles ' ) ) ;
1111} ) ;
1212
1313gulp . task ( 'build' , [ 'copy_styles' ] , function ( ) {
14- return gulp . src ( "./src/index .js" )
14+ return gulp . src ( "./src/* .js" )
1515 . pipe ( babel ( ) )
1616 . pipe ( gulp . dest ( "./lib" ) ) ;
1717} ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-mde" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " A react markdown-editor like Stackoverflow and Github" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11// import some styles here
2- export default './myAwesomeComponent ' ;
2+ export default './ReactMde ' ;
You can’t perform that action at this time.
0 commit comments