typescript
Advanced tools
Comparing version 1.6.0-dev.20150731 to 1.6.0-dev.20150801
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://typescriptlang.org/", | ||
"version": "1.6.0-dev.20150731", | ||
"version": "1.6.0-dev.20150801", | ||
"license": "Apache-2.0", | ||
@@ -41,4 +41,9 @@ "description": "TypeScript is a language for application scale JavaScript development", | ||
"scripts": { | ||
"test": "jake runtests" | ||
"pretest": "jake tests", | ||
"test": "jake runtests", | ||
"build": "npm run build:compiler && npm run build:tests", | ||
"build:compiler": "jake local", | ||
"build:tests": "jake tests", | ||
"clean": "jake clean" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
11894379
229193
1