Skip to content

Commit

Permalink
feat: Expose types
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Sep 4, 2020
1 parent 063437e commit 1dd1469
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"Ruben Taelman <ruben.taelman@ugent.be> (https://www.rubensworks.net/)",
"Ruben Verborgh <ruben.verborgh@ugent.be> (https://ruben.verborgh.org/)"
],
"license": "MIT",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server",
"lsd:components": "components/components.jsonld",
"lsd:contexts": {
Expand All @@ -22,10 +23,10 @@
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/": "components/",
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/config/": "config/"
},
"main": "index.js",
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"bin": {
"community-solid-server": "bin/server.js"
"community-solid-server": "./bin/server.js"
},
"repository": "git@github.com:solid/community-server.git",
"bugs": {
Expand Down

0 comments on commit 1dd1469

Please sign in to comment.