File tree Expand file tree Collapse file tree 3 files changed +54
-777
lines changed Expand file tree Collapse file tree 3 files changed +54
-777
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Avoid writing code that contains high scope decoupling with using-try-catch.
9
9
[ ![ GitHub license] ( https://img.shields.io/github/license/Oda2/using-try-catch )] ( https://github.com/Oda2/using-try-catch/blob/master/LICENSE )
10
10
[ ![ GitHub issues] ( https://img.shields.io/github/issues/Oda2/using-try-catch )] ( https://github.com/Oda2/using-try-catch/issues )
11
11
[ ![ GitHub stars] ( https://img.shields.io/github/stars/Oda2/using-try-catch )] ( https://github.com/Oda2/using-try-catch/stargazers )
12
- [ ![ CDN jsdelivr] ( https://img.shields.io/badge/cdn%20jsdelivr-0.2.0 -green )] ( https://cdn.jsdelivr.net/npm/using-try-catch@0.2.0 /dist/usingTryCatch.js )
12
+ [ ![ CDN jsdelivr] ( https://img.shields.io/badge/cdn%20jsdelivr-0.2.1 -green )] ( https://cdn.jsdelivr.net/npm/using-try-catch@0.2.1 /dist/usingTryCatch.js )
13
13
[ ![ Vulnerability] ( https://img.shields.io/snyk/vulnerabilities/github/oda2/using-try-catch )] ( https://github.com/Oda2/using-try-catch )
14
14
[ ![ Edit admiring-sun-5qry6] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/using-try-catch-zul50 )
15
15
@@ -176,7 +176,7 @@ example();
176
176
<img id =" dog-1" />
177
177
<img id =" dog-2" />
178
178
179
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/using-try-catch@0.2.0 /usingTryCatch.js" ></script >
179
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/using-try-catch@0.2.1 /usingTryCatch.js" ></script >
180
180
<script >
181
181
document .addEventListener (' DOMContentLoaded' , function loaded () {
182
182
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.2.0 " ,
2
+ "version" : " 0.2.1 " ,
3
3
"license" : " MIT" ,
4
4
"name" : " using-try-catch" ,
5
5
"homepage" : " https://github.com/Oda2/using-try-catch" ,
58
58
},
59
59
"engines" : {
60
60
"node" : " >=10"
61
- },
62
- "dependencies" : {
63
- "cypress" : " ^9.7.0"
64
61
}
65
62
}
You can’t perform that action at this time.
0 commit comments