Skip to content

Commit de3ea9f

Browse files
committed
v2.1.0: Release commit
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 427c640 commit de3ea9f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# node-jose Contributors
22
# Listed alphabetically by surname
33

4+
Stephen Augustus <[email protected]>
45
Matthew A. Miller <[email protected]>
56
Ian W. Remmel <[email protected]>
67
Joe Hildebrand <[email protected]>

package.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "node-jose",
3-
"version": "2.0.1",
2+
"name": "@cisco-open/jose",
3+
"version": "2.1.0",
44
"description": "A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers",
55
"keywords": [
66
"crypto",
@@ -12,11 +12,12 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/cisco/node-jose.git"
15+
"url": "git+https://github.com/cisco/node-jose.git"
1616
},
1717
"license": "Apache-2.0",
1818
"author": "Cisco Systems, Inc. <https://www.cisco.com>",
1919
"contributors": [
20+
"Stephen Augustus <[email protected]>",
2021
"Matthew A. Miller <[email protected]>",
2122
"Ian W. Remmel <[email protected]>",
2223
"Joe Hildebrand <[email protected]>",
@@ -77,5 +78,13 @@
7778
"webpack": "^5.64.0",
7879
"webpack-stream": "^7.0.0",
7980
"yargs": "^17.3.1"
81+
},
82+
"bugs": {
83+
"url": "https://github.com/cisco/node-jose/issues"
84+
},
85+
"homepage": "https://github.com/cisco/node-jose#readme",
86+
"directories": {
87+
"lib": "lib",
88+
"test": "test"
8089
}
8190
}

0 commit comments

Comments
 (0)