Skip to content

Commit 83bc92c

Browse files
committed
remove unnecessary dependency
1 parent 9f4ca1d commit 83bc92c

File tree

3 files changed

+54
-777
lines changed

3 files changed

+54
-777
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -58,8 +58,5 @@
5858
},
5959
"engines": {
6060
"node": ">=10"
61-
},
62-
"dependencies": {
63-
"cypress": "^9.7.0"
6461
}
6562
}

0 commit comments

Comments
 (0)