Skip to content

Commit 37f1993

Browse files
authored
Update extension metadata (#132)
That’s the publisher we use for uploading the DAML extension and it makes little sense to have two publishers.
1 parent baa59d4 commit 37f1993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "ghcide",
33
"displayName": "ghcide",
4-
"publisher": "digitalasset",
4+
"publisher": "DigitalAssetHoldingsLLC",
55
"repository": {
66
"type" : "git",
77
"url" : "https://github.com/digitalasset/daml.git"
88
},
99
"description": "A simple extension to test out haskell ide core",
1010
"version": "0.0.1",
11+
"license": "Apache-2.0",
1112
"engines": {
1213
"vscode": "^1.35.0"
1314
},

0 commit comments

Comments
 (0)