lsif-protocol
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "lsif-protocol", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Typescript implementation of the LSIF protocol", | ||
@@ -11,10 +11,13 @@ "author": "Microsoft Corporation", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/lsif-typescript/issues" | ||
}, | ||
"main": "lib/main.js", | ||
"typings": "lib/main.d.ts", | ||
"dependencies": { | ||
"vscode-languageserver-protocol": "^3.14.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^10.14.3" | ||
}, | ||
"dependencies": { | ||
"vscode-languageserver-protocol": "^3.14.0" | ||
}, | ||
"scripts": { | ||
@@ -28,2 +31,2 @@ "compile": "node ../build/bin/tsc -p ./tsconfig.json", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
30797
0