Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vurnick committed Nov 10, 2021
1 parent 423a0f7 commit 24b0cbc
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@iad-os/react-ghost-auth",
"version": "0.1.4",
"maintainers": [
{
"name": "Daniele Fiungo",
"email": "daniele.fiungo@iad2.it"
},
{
"name": "Nicola Vurchio",
"email": "nicola.vurchio@iad2.it"
},
{
"name": "Irene La Bollita",
"email": "irene.labollita@iad2.it"
}
],
"author": "Nicola Vurchio <nicola.vurchio@iad2.it>",
"main": "build/index.js",
"module": "build/index.es.js",
"jsnext:main": "build/index.es.js",
Expand Down Expand Up @@ -37,5 +52,9 @@
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/iad-os/react-ghost-auth.git"
}
}
}

0 comments on commit 24b0cbc

Please sign in to comment.