typescript
Advanced tools
Comparing version 1.6.0-dev.20150730 to 1.6.0-dev.20150731
@@ -20,3 +20,3 @@ // This file contains the build logic for the public repo | ||
var builtLocalDirectory = "built/local/"; | ||
var LKGDirectory = "bin/"; | ||
var LKGDirectory = "lib/"; | ||
@@ -222,3 +222,3 @@ var copyright = "CopyrightNotice.txt"; | ||
var dir = useBuiltCompiler ? builtLocalDirectory : LKGDirectory; | ||
var options = "--module commonjs -noImplicitAny"; | ||
var options = "--module commonjs --noImplicitAny --noEmitOnError"; | ||
@@ -225,0 +225,0 @@ // Keep comments when specifically requested |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://typescriptlang.org/", | ||
"version": "1.6.0-dev.20150730", | ||
"version": "1.6.0-dev.20150731", | ||
"license": "Apache-2.0", | ||
@@ -23,4 +23,3 @@ "description": "TypeScript is a language for application scale JavaScript development", | ||
}, | ||
"preferGlobal": true, | ||
"main": "./bin/typescript.js", | ||
"main": "./lib/typescript.js", | ||
"bin": { | ||
@@ -27,0 +26,0 @@ "tsc": "./bin/tsc", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
11893046
229162
2