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 <volker.mische@gmail.com>",
"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 <dignifiedquire@gmail.com>",
"Alan Shaw <alan.shaw@protocol.ai>",
"Mikeal Rogers <mikeal.rogers@gmail.com>",
"Irakli Gozalishvili <contact@gozala.io>",
"Carson Farmer <carson.farmer@gmail.com>",
"Enrico Marino <enrico.marino@email.com>",
"Irakli Gozalishvili <contact@gozala.io>",
"Oli Evans <oli@tableflip.io>",
"Hugo Dias <hugomrdias@gmail.com>",
"Alex Potsides <alex@achingbrain.net>",
Expand Down

0 comments on commit 92401ab

Please sign in to comment.