Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 752a696

Browse files
committed
chore(package): add repository and license fields
1 parent 5b658cc commit 752a696

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@sourcegraph/codeintellify",
33
"version": "0.0.0-DEVELOPMENT",
44
"description": "Adds code intelligence to code views on the web",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/sourcegraph/codeintellify"
8+
},
9+
"license": "UNLICENSED",
510
"main": "lib/index.js",
611
"types": "lib/index.d.ts",
712
"files": [

0 commit comments

Comments
 (0)