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.
99[ ![ GitHub license] ( https://img.shields.io/github/license/Oda2/using-try-catch )] ( https://github.com/Oda2/using-try-catch/blob/master/LICENSE )
1010[ ![ GitHub issues] ( https://img.shields.io/github/issues/Oda2/using-try-catch )] ( https://github.com/Oda2/using-try-catch/issues )
1111[ ![ 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 )
1313[ ![ Vulnerability] ( https://img.shields.io/snyk/vulnerabilities/github/oda2/using-try-catch )] ( https://github.com/Oda2/using-try-catch )
1414[ ![ Edit admiring-sun-5qry6] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/using-try-catch-zul50 )
1515
@@ -176,7 +176,7 @@ example();
176176 <img id =" dog-1" />
177177 <img id =" dog-2" />
178178
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 >
180180 <script >
181181 document .addEventListener (' DOMContentLoaded' , function loaded () {
182182
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.2.0 " ,
2+ "version" : " 0.2.1 " ,
33 "license" : " MIT" ,
44 "name" : " using-try-catch" ,
55 "homepage" : " https://github.com/Oda2/using-try-catch" ,
5858 },
5959 "engines" : {
6060 "node" : " >=10"
61- },
62- "dependencies" : {
63- "cypress" : " ^9.7.0"
6461 }
6562}
You can’t perform that action at this time.
0 commit comments