Skip to content

Commit ad6905a

Browse files
committed
prepare for 1.0.0 release
1 parent 8614599 commit ad6905a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "1.0.0-1",
3+
"version": "1.0.0",
44
"homepage": "http://rtfpessoa.github.io/diff2html/",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "1.0.0-1",
3+
"version": "1.0.0",
44
"homepage": "http://rtfpessoa.github.io/diff2html/",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [

release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ echo "Cleaning previous versions ..."
1717
rm -rf ${OUTPUT_DIR}
1818
mkdir -p ${OUTPUT_DIR}
1919

20+
echo "Preparing dependencies ..."
21+
rm -rf node_modules
22+
npm install
23+
2024
echo "Generating js aggregation file in ${OUTPUT_JS_FILE}"
2125

2226
webpack ./src/diff2html.js ${OUTPUT_JS_FILE}

0 commit comments

Comments
 (0)