Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Add *.d.ts files to the NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Lippai committed Jun 20, 2018
1 parent cfcb21a commit bcbe835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/
.idea/
package-lock.json
*.ts
!*.d.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asmcrypto.js",
"version": "2.1.0",
"version": "2.2.0",
"description": "Asm.js implementation of WebCrypto API",
"homepage": "https://github.com/asmcrypto/asmcrypto.js",
"main": "asmcrypto.all.js",
Expand Down

0 comments on commit bcbe835

Please sign in to comment.