Skip to content

Commit f9c1ffd

Browse files
committed
bump
1 parent a2c6ffb commit f9c1ffd

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

package.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
{
22
"name": "js-srp6a",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"description": "A modern SRP implementation for Node.js / Bun and web browsers",
66
"author": "Linus Unnebäck <linus@folkdatorn.se>",
7-
"contributors": ["Mathieu Acthernoene <mathieu.acthenoene@swan.io>", "Coratger Lucas"],
7+
"contributors": [
8+
"Mathieu Acthernoene <mathieu.acthenoene@swan.io>",
9+
"Coratger Lucas"
10+
],
811
"homepage": "https://github.com/palixir/js-srp6a#readme",
912
"repository": {
1013
"type": "git",
1114
"url": "https://github.com/palixir/js-srp6a.git"
1215
},
1316
"main": "dist/index.js",
14-
"keywords": ["srp", "srp6a", "authentication", "remote", "password", "security", "bun"],
17+
"keywords": [
18+
"srp",
19+
"srp6a",
20+
"authentication",
21+
"remote",
22+
"password",
23+
"security",
24+
"bun"
25+
],
1526
"scripts": {
1627
"build": "bun build --outdir dist $(pwd)/src/index.ts && bun generate:types",
1728
"generate:types": "tsc --project tsconfig.build.json",
@@ -20,7 +31,11 @@
2031
"ci": "bun check && bun lint $(pwd) && bun test test",
2132
"format": "biome format --write ."
2233
},
23-
"browserslist": [">0.2%", "not op_mini all", "not dead"],
34+
"browserslist": [
35+
">0.2%",
36+
"not op_mini all",
37+
"not dead"
38+
],
2439
"dependencies": {
2540
"jsbn": "1.1.0"
2641
},

0 commit comments

Comments
 (0)