File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " diff2html" ,
3
- "version" : " 1.0.0-1 " ,
3
+ "version" : " 1.0.0" ,
4
4
"homepage" : " http://rtfpessoa.github.io/diff2html/" ,
5
5
"description" : " Fast Diff to colorized HTML" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " diff2html" ,
3
- "version" : " 1.0.0-1 " ,
3
+ "version" : " 1.0.0" ,
4
4
"homepage" : " http://rtfpessoa.github.io/diff2html/" ,
5
5
"description" : " Fast Diff to colorized HTML" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ echo "Cleaning previous versions ..."
17
17
rm -rf ${OUTPUT_DIR}
18
18
mkdir -p ${OUTPUT_DIR}
19
19
20
+ echo " Preparing dependencies ..."
21
+ rm -rf node_modules
22
+ npm install
23
+
20
24
echo " Generating js aggregation file in ${OUTPUT_JS_FILE} "
21
25
22
26
webpack ./src/diff2html.js ${OUTPUT_JS_FILE}
You can’t perform that action at this time.
0 commit comments