@blockstack/clarity-tslint
Advanced tools
Comparing version 0.1.9-alpha.0 to 0.1.10-alpha.0
{ | ||
"name": "@blockstack/clarity-tslint", | ||
"description": "tslint rules for blockstack", | ||
"version": "0.1.9-alpha.0", | ||
"version": "0.1.10-alpha.0", | ||
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)", | ||
@@ -31,6 +31,7 @@ "devDependencies": { | ||
"prepublishOnly": "npm run build", | ||
"test": "tslint -p ." | ||
"test": "tslint -p .", | ||
"lint-fix": "tslint --fix -p ." | ||
}, | ||
"types": "lib/index.d.ts", | ||
"gitHead": "eaaf3532a09b1a570c656935e4901f5244936df2" | ||
"gitHead": "ae734bffe654d7f1d9ac1d340da54e72ddf01a50" | ||
} |
2873