vscode-uri
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "vscode-uri", | ||
"author": "Microsoft", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The URI implementation that is used by VS Code and its extensions", | ||
"main": "lib/index.js", | ||
"typings": "./lib/index", | ||
"main": "./lib/umd/index.js", | ||
"typings": "./lib/umd/index", | ||
"module": "./lib/esm/index.js", | ||
"scripts": { | ||
"compile": "tsc && tsc -p spec/tsconfig.json" | ||
"compile": "tsc -p ./src && tsc -p ./src/tsconfig.esm.json" | ||
}, | ||
@@ -11,0 +12,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
23815
9
526