Skip to content

Commit cdf68f7

Browse files
committed
refactor: use npm version raphael
Signed-off-by: BoHong Li <a60814billy@gmail.com>
1 parent 4ae1c0a commit cdf68f7

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"pg-hstore": "^2.3.2",
105105
"prismjs": "^1.6.0",
106106
"randomcolor": "^0.5.3",
107-
"raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
107+
"raphael": "^2.2.8",
108108
"readline-sync": "^1.4.7",
109109
"request": "^2.88.0",
110110
"reveal.js": "~3.7.0",

yarn.lock

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5632,10 +5632,6 @@ lru-queue@0.1:
56325632
dependencies:
56335633
es5-ext "~0.10.2"
56345634

5635-
"lz-string@git+https://github.com/hackmdio/lz-string.git":
5636-
version "1.4.4"
5637-
resolved "git+https://github.com/hackmdio/lz-string.git#6edfccb79cd8c210f03fd3bf18e41ca144fbeefb"
5638-
56395635
make-dir@^1.0.0:
56405636
version "1.3.0"
56415637
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -7750,9 +7746,10 @@ raphael@2.2.7:
77507746
dependencies:
77517747
eve-raphael "0.5.0"
77527748

7753-
"raphael@git+https://github.com/dmitrybaranovskiy/raphael":
7749+
raphael@^2.2.8:
77547750
version "2.2.8"
7755-
resolved "git+https://github.com/dmitrybaranovskiy/raphael#bf3dcd35317f76f915bcd04ed9db36a1b3775c4d"
7751+
resolved "https://registry.yarnpkg.com/raphael/-/raphael-2.2.8.tgz#4b18443c2c6030c3b492d8d11fbbca14ebe4d3f3"
7752+
integrity sha512-0kWKcGn4lXTw4eUiOhjspYiG+v0m6zSmTmlO62E0hl2CYKUvCuHER9YKqXYvOn2nj24mYp8jzHOLeBuj/Gn28Q==
77567753
dependencies:
77577754
eve-raphael "0.5.0"
77587755

0 commit comments

Comments
 (0)