@tsed/cli-plugin-tslint
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-rc.1
{ | ||
"name": "@tsed/cli-plugin-tslint", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-rc.1", | ||
"main": "./lib/index.js", | ||
@@ -8,4 +8,4 @@ "typings": "./lib/index.d.ts", | ||
"devDependencies": { | ||
"@tsed/cli": "2.0.0-beta.3", | ||
"@tsed/cli-core": "2.0.0-beta.3" | ||
"@tsed/cli": "2.0.0-rc.1", | ||
"@tsed/cli-core": "2.0.0-rc.1" | ||
}, | ||
@@ -24,8 +24,8 @@ "scripts": { | ||
}, | ||
"homepage": "https://github.com/TypedProject/tsed-cli/tree/beta/packages/cli-plugin-tslint", | ||
"homepage": "https://github.com/TypedProject/tsed-cli/tree/rc/packages/cli-plugin-tslint", | ||
"author": "Romain Lenzotti", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"tag": "beta" | ||
"tag": "rc" | ||
} | ||
} |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
14555