Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
chore: update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Dec 12, 2020
1 parent f5839b9 commit 92401ab
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "cids",
"version": "1.1.3",
"version": "1.1.4",
"description": "CID Implementation in JavaScript",
"leadMaintainer": "Volker Mische <[email protected]>",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"typesVersions": {
"*": { "src/*": ["dist/src/*", "dist/src/*/index"] }
"*": {
"src/*": [
"dist/src/*",
"dist/src/*/index"
]
}
},
"scripts": {
"lint": "aegir lint",
Expand Down Expand Up @@ -66,9 +71,9 @@
"Friedel Ziegelmayer <[email protected]>",
"Alan Shaw <[email protected]>",
"Mikeal Rogers <[email protected]>",
"Irakli Gozalishvili <[email protected]>",
"Carson Farmer <[email protected]>",
"Enrico Marino <[email protected]>",
"Irakli Gozalishvili <[email protected]>",
"Oli Evans <[email protected]>",
"Hugo Dias <[email protected]>",
"Alex Potsides <[email protected]>",
Expand Down

0 comments on commit 92401ab

Please sign in to comment.