Skip to content

Commit

Permalink
removed unnecessary package
Browse files Browse the repository at this point in the history
  • Loading branch information
CluEleSsUK committed Aug 8, 2022
1 parent 60b3195 commit bd7ab44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 92 deletions.
86 changes: 0 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"license": "(Apache-2.0 OR MIT)",
"devDependencies": {
"@parcel/packager-ts": "^2.7.0",
"@parcel/transformer-sass": "^2.6.2",
"@parcel/transformer-typescript-types": "^2.7.0",
"@types/chai": "^4.3.1",
"@types/chai-string": "^1.4.2",
Expand All @@ -38,17 +37,17 @@
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@noble/bls12-381": "^1.3.0",
"@noble/hashes": "^1.1.2",
"@stablelib/chacha20poly1305": "^1.0.1"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
],
"engines": {
"node": ">= 16.0.0"
},
"dependencies": {
"@noble/bls12-381": "^1.3.0",
"@noble/hashes": "^1.1.2",
"@stablelib/chacha20poly1305": "^1.0.1"
}
}

0 comments on commit bd7ab44

Please sign in to comment.