Skip to content

Commit

Permalink
buiid: version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ddchef committed Jul 31, 2020
1 parent 608bab6 commit 3173ea4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-code-diff",
"version": "0.0.4",
"version": "0.0.5",
"description": "代码比对展示(Code comparison display)",
"author": "ddchef>",
"private": false,
Expand Down
32 changes: 18 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2202,14 +2202,14 @@ di@^0.0.1:
version "0.0.1"
resolved "http://registry.npm.taobao.org/di/download/di-0.0.1.tgz#806649326ceaa7caa3306d75d985ea2748ba913c"

diff2html@^2.3.3:
version "2.3.3"
resolved "http://registry.npm.taobao.org/diff2html/download/diff2html-2.3.3.tgz#31bb815881c975634c7f3907a5e789341e1560bc"
diff2html@^3.1.8:
version "3.1.9"
resolved "https://registry.npm.taobao.org/diff2html/download/diff2html-3.1.9.tgz#c7b3046dcd0db0bc5ad4c99fedec5e39948b5660"
dependencies:
diff "^3.3.1"
hogan.js "^3.0.2"
lodash "^4.17.4"
whatwg-fetch "^2.0.3"
diff "4.0.2"
hogan.js "3.0.2"
optionalDependencies:
highlight.js "10.0.2"

diff@1.4.0:
version "1.4.0"
Expand All @@ -2219,7 +2219,11 @@ diff@3.2.0:
version "3.2.0"
resolved "http://registry.npm.taobao.org/diff/download/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9"

diff@^3.1.0, diff@^3.3.1, diff@^3.5.0:
diff@4.0.2:
version "4.0.2"
resolved "https://registry.npm.taobao.org/diff/download/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"

diff@^3.1.0, diff@^3.5.0:
version "3.5.0"
resolved "http://registry.npm.taobao.org/diff/download/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"

Expand Down Expand Up @@ -3514,6 +3518,10 @@ he@1.1.1, he@1.1.x, he@^1.1.0:
version "1.1.1"
resolved "http://registry.npm.taobao.org/he/download/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"

highlight.js@10.0.2:
version "10.0.2"
resolved "https://registry.npm.taobao.org/highlight.js/download/highlight.js-10.0.2.tgz#d2c732544f8f68bceaf0cefb4b0575bce8eddbee"

highlight.js@^9.12.0:
version "9.12.0"
resolved "http://registry.npm.taobao.org/highlight.js/download/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e"
Expand All @@ -3530,9 +3538,9 @@ hoek@4.x.x:
version "4.2.1"
resolved "http://registry.npm.taobao.org/hoek/download/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb"

hogan.js@^3.0.2:
hogan.js@3.0.2:
version "3.0.2"
resolved "http://registry.npm.taobao.org/hogan.js/download/hogan.js-3.0.2.tgz#4cd9e1abd4294146e7679e41d7898732b02c7bfd"
resolved "https://registry.npm.taobao.org/hogan.js/download/hogan.js-3.0.2.tgz#4cd9e1abd4294146e7679e41d7898732b02c7bfd"
dependencies:
mkdirp "0.3.0"
nopt "1.0.10"
Expand Down Expand Up @@ -7584,10 +7592,6 @@ websocket-extensions@>=0.1.1:
version "0.1.3"
resolved "http://registry.npm.taobao.org/websocket-extensions/download/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"

whatwg-fetch@^2.0.3:
version "2.0.4"
resolved "http://registry.npm.taobao.org/whatwg-fetch/download/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"

whet.extend@~0.9.9:
version "0.9.9"
resolved "http://registry.npm.taobao.org/whet.extend/download/whet.extend-0.9.9.tgz#f877d5bf648c97e5aa542fadc16d6a259b9c11a1"
Expand Down

0 comments on commit 3173ea4

Please sign in to comment.