@favware/milky-tslint
Advanced tools
Comparing version 1.0.3 to 1.0.5
{ | ||
"name": "@favware/milky-tslint", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "TypeScript linter Gulp plugin, based on gulp-tslint but updated for modernization", | ||
@@ -34,3 +34,4 @@ "author": "@favware", | ||
"start": "echo Sorry we use Gulp, get some 🥛 to freshen up.", | ||
"prepublishOnly": "yarn gulp release" | ||
"prepublishOnly": "yarn gulp release", | ||
"test": "gulp lint" | ||
}, | ||
@@ -46,4 +47,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"@favware/tslint-config": "^1.0.0", | ||
"@types/node": "^12.0.2", | ||
"@favware/tslint-config": "^1.0.1", | ||
"@types/node": "^12.0.4", | ||
"@types/through": "^0.0.29", | ||
@@ -55,4 +56,4 @@ "del": "^4.1.1", | ||
"gulp-uglify": "^3.0.2", | ||
"tslint": "^5.16.0", | ||
"typescript": "^3.4.5", | ||
"tslint": "^5.17.0", | ||
"typescript": "^3.5.1", | ||
"uglify-es": "^3.3.9", | ||
@@ -59,0 +60,0 @@ "yargs": "^13.2.4" |
@@ -8,4 +8,3 @@ <div align="center"> | ||
<p> | ||
<a href="https://depfu.com/repos/favware/milky-tslint"><img src="https://img.shields.io/depfu/favware/milky-tslint.svg?style=flat-square" alt="Depfu" title="Depfu" /></a><!-- | ||
--><a href="https://github.com/favware/milky-tslint/blob/master/LICENSE.md"><img src="https://img.shields.io/github/license/favware/milky-tslint.svg?style=flat-square" alt="License" title="License"></a> | ||
<a href="https://github.com/favware/milky-tslint/blob/master/LICENSE.md"><img src="https://img.shields.io/github/license/favware/milky-tslint.svg?style=flat-square" alt="License" title="License"></a> | ||
</p> | ||
@@ -12,0 +11,0 @@ |
18009
226