Skip to content

Commit

Permalink
remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Oda2 committed May 23, 2022
1 parent 9f4ca1d commit 83bc92c
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 777 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Avoid writing code that contains high scope decoupling with using-try-catch.
[![GitHub license](https://img.shields.io/github/license/Oda2/using-try-catch)](https://github.com/Oda2/using-try-catch/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/Oda2/using-try-catch)](https://github.com/Oda2/using-try-catch/issues)
[![GitHub stars](https://img.shields.io/github/stars/Oda2/using-try-catch)](https://github.com/Oda2/using-try-catch/stargazers)
[![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)
[![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)
[![Vulnerability](https://img.shields.io/snyk/vulnerabilities/github/oda2/using-try-catch)](https://github.com/Oda2/using-try-catch)
[![Edit admiring-sun-5qry6](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/using-try-catch-zul50)

Expand Down Expand Up @@ -176,7 +176,7 @@ example();
<img id="dog-1" />
<img id="dog-2" />

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/using-try-catch@0.2.0/usingTryCatch.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/using-try-catch@0.2.1/usingTryCatch.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function loaded() {
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"name": "using-try-catch",
"homepage": "https://github.com/Oda2/using-try-catch",
Expand Down Expand Up @@ -58,8 +58,5 @@
},
"engines": {
"node": ">=10"
},
"dependencies": {
"cypress": "^9.7.0"
}
}
Loading

0 comments on commit 83bc92c

Please sign in to comment.