Skip to content

Commit

Permalink
chore: add types and remove references to unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny authored and coolaj86 committed Aug 29, 2024
1 parent 8c545a4 commit 8aa4872
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "@root/asn1";
9 changes: 8 additions & 1 deletion package-lock.json

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

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
"version": "1.0.1",
"description": "VanillaJS, Lightweight, Zero-Dependency, ASN.1 encoder and decoder.",
"main": "index.js",
"browser": {
"./node/native.js": "./browser/native.js"
},
"files": [
"*.js",
"node",
"browser",
"*.d.ts",
"dist"
],
"scripts": {
Expand All @@ -22,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/asn1.js.git"
"url": "https://github.com/therootcompany/asn1.js.git"
},
"keywords": [
"ASN.1",
Expand All @@ -36,6 +32,7 @@
"@root/pem": "^1.0.4"
},
"dependencies": {
"@root/encoding": "^1.0.1"
"@root/encoding": "^1.0.1",
"@types/root__asn1": "^1.0.0"
}
}

0 comments on commit 8aa4872

Please sign in to comment.