Skip to content

Commit

Permalink
Remove duplicate types entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 27, 2021
1 parent 8bf0917 commit 97e7113
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm-crypto",
"version": "0.0.12",
"version": "0.0.13",
"scripts": {
"asbuild:untouched": "asc assembly/crypto.ts assembly/precomp.ts -b build/untouched.wasm",
"asbuild:small": "asc assembly/crypto.ts assembly/precomp.ts -b build/small.wasm -t build/small.wat --sourceMap -O3z",
Expand All @@ -14,7 +14,6 @@
"@as-pect/cli": "^6.2.4",
"assemblyscript": "^0.19.22"
},
"types": "assembly/index",
"author": "Frank Denis <j at pureftpd dot org>",
"bugs": {
"url": "https://github.com/jedisct1/wasm-crypto/issues"
Expand All @@ -32,4 +31,4 @@
"type": "git",
"url": "https://github.com/jedisct1/wasm-crypto.git"
}
}
}

0 comments on commit 97e7113

Please sign in to comment.