Skip to content

Commit 69651a7

Browse files
committed
remove slash
1 parent dfa4bdd commit 69651a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/typescript-app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9504,10 +9504,10 @@ react-file-icon@^0.2.0:
95049504
react-dom "^16.2.0"
95059505
tinycolor2 "^1.4.1"
95069506

9507-
9508-
version "1.0.1"
9509-
resolved "https://registry.yarnpkg.com/react-file-utils/-/react-file-utils-1.0.1.tgz#59645dc48d94417b87767327ff8627e3943bfbfc"
9510-
integrity sha512-gk0zvYAprvdQnFDy2zI3IDy8/q6vDPrJ8bFzsYQKonPccov549t5zt96827cLov4mwySvAMaHnlpCifTymu0Gg==
9507+
9508+
version "1.0.2"
9509+
resolved "https://registry.yarnpkg.com/react-file-utils/-/react-file-utils-1.0.2.tgz#c2719584b79f551e12b2b56457ce8bdd3155aeb1"
9510+
integrity sha512-nMLe+Lrebq+Nr9Fk8LmgQ8ofl5uwKFx2vwwoT0Gbe1B+EP95PBivC6kxt8IB5KyD7hYSWt4IHYm12RiXQ60uiw==
95119511
dependencies:
95129512
"@fortawesome/fontawesome-svg-core" "^1.2.13"
95139513
"@fortawesome/free-regular-svg-icons" "^5.7.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"files": [
5656
"built",
5757
"dist",
58-
"/types",
58+
"types",
5959
"README.md"
6060
],
6161
"devDependencies": {

0 commit comments

Comments
 (0)