@lego/tslint-config
Advanced tools
Comparing version 2.0.12 to 2.0.13
{ | ||
"name": "@lego/tslint-config", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "LEGO shareable tslint config for ts projects", | ||
@@ -30,9 +30,10 @@ "keywords": [ | ||
"scripts": { | ||
"build": "npm run clean && tsc -b ./tsconfig.package.json", | ||
"clean": "rimraf ./lib", | ||
"lint": "tslint --project tsconfig.json", | ||
"prepare": "npm run build" | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rimraf ./lib && rimraf *.tsbuildinfo", | ||
"compile": "tsc -b ./tsconfig.package.json --verbose", | ||
"lint": "tslint --project tsconfig.package.json", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@lego/tslint-config-prettier": "1.7.12", | ||
"@lego/tslint-config-prettier": "1.7.13", | ||
"lodash.omit": "4.5.0", | ||
@@ -59,3 +60,3 @@ "tslint": "5.17.0", | ||
}, | ||
"gitHead": "82dacaf1ccc2057f63a4dff42c176ac49341ec31" | ||
"gitHead": "aa0bf427d29c06f52b00e7ae214f442437d623e6" | ||
} |
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
73790
28
1383
+ Added@lego/prettier-config@1.7.14(transitive)
+ Added@lego/tslint-config-prettier@1.7.13(transitive)
- Removed@lego/prettier-config@1.7.13(transitive)
- Removed@lego/tslint-config-prettier@1.7.12(transitive)