Skip to content

Commit 5cf529c

Browse files
committed
Releasing version 0.1.1
1 parent 56a0abf commit 5cf529c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/blindrsa-ts",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "blindrsa-ts: A TypeScript Library for the Blind RSA Signature Protocol",
55
"author": "Armando Faz <armfazh@cloudflare.com>",
66
"maintainers": [
@@ -13,8 +13,7 @@
1313
"module": "./lib/src/index.js",
1414
"types": "./lib/src/index.d.ts",
1515
"files": [
16-
"lib/src/**/*.!(tsbuildinfo)",
17-
"webcrypto.md"
16+
"lib/src/**/*.!(tsbuildinfo)"
1817
],
1918
"keywords": [
2019
"rsa",

0 commit comments

Comments
 (0)