Skip to content

Commit

Permalink
update package meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Jan 16, 2020
1 parent 423a565 commit 634da4f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@magic/types",
"version": "0.1.9",
"description": "typechecking library",
"author": "Jascha Ehrenreich <jascha@jaeh.at>",
"author": "Wizards & Witches",
"homepage": "https://github.com/magic/types",
"license": "AGPL-3.0",
"description": "typechecking library",
"main": "src/index.mjs",
"scripts": {
"start": "t",
Expand Down Expand Up @@ -31,7 +32,6 @@
"files": [
"src"
],
"homepage": "https://github.com/magic/types",
"devDependencies": {
"@magic-modules/gdpr": "0.0.13",
"@magic-modules/git-badges": "0.0.3",
Expand All @@ -41,5 +41,16 @@
"@magic/core": "0.0.19",
"@magic/format": "0.0.7",
"@magic/test": "0.1.33"
}
},
"keywords": [
"magic",
"types",
"typechecking"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}

0 comments on commit 634da4f

Please sign in to comment.