typescript
Advanced tools
Comparing version 1.7.0-dev.20150930 to 1.7.0-dev.20151001
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://typescriptlang.org/", | ||
"version": "1.7.0-dev.20150930", | ||
"version": "1.7.0-dev.20151001", | ||
"license": "Apache-2.0", | ||
@@ -44,3 +44,3 @@ "description": "TypeScript is a language for application scale JavaScript development", | ||
"pretest": "jake tests", | ||
"test": "jake runtests", | ||
"test": "jake runtests && npm run lint", | ||
"build": "npm run build:compiler && npm run build:tests", | ||
@@ -51,2 +51,3 @@ "build:compiler": "jake local", | ||
"jake": "jake", | ||
"lint": "jake lint", | ||
"setup-hooks": "node scripts/link-hooks.js" | ||
@@ -53,0 +54,0 @@ }, |
@@ -14,4 +14,2 @@ { | ||
], | ||
"no-unreachable": true, | ||
"no-use-before-declare": true, | ||
"no-var-keyword": true, | ||
@@ -18,0 +16,0 @@ "quotemark": [true, |
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
12173056
234330