@lego/prettier-config
Advanced tools
Comparing version 1.16.1 to 2.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [2.0.0](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.16.1...@lego/prettier-config@2.0.0) (2020-06-02) | ||
### chore | ||
* bump dependencies ([1c1ae0f](https://github.com/LEGO/linter-configs/commit/1c1ae0f3c19e466ecfdbb5858db9384c7f07929c)) | ||
### BREAKING CHANGES | ||
* Update to TypeScript 3.9 | ||
## [1.16.1](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.16.1-alpha.0...@lego/prettier-config@1.16.1) (2020-05-11) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@lego/prettier-config", | ||
"version": "1.16.1", | ||
"version": "2.0.0", | ||
"description": "LEGO shareable prettier config", | ||
@@ -19,2 +19,6 @@ "keywords": [ | ||
"author": "Vincent Briglia <vincent.briglia@lego.com>", | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"main": "./lib/index.js", | ||
@@ -25,6 +29,2 @@ "types": "./lib/index.d.ts", | ||
}, | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"scripts": { | ||
@@ -34,3 +34,3 @@ "build": "npm run clean && npm run compile", | ||
"compile": "tsc -b ./tsconfig.json --verbose", | ||
"lint": "eslint ./src/**/*.{ts}", | ||
"lint": "eslint . --ext .tsx,.ts", | ||
"prepublishOnly": "npm run build" | ||
@@ -42,6 +42,6 @@ }, | ||
"devDependencies": { | ||
"@types/node": "13.13.5", | ||
"@types/prettier": "2.0.0", | ||
"@types/node": "14.0.9", | ||
"@types/prettier": "2.0.1", | ||
"rimraf": "3.0.2", | ||
"typescript": "3.8.3" | ||
"typescript": "3.9.3" | ||
}, | ||
@@ -51,3 +51,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "c4e780a7eb66e5917ca205a5fab4999c23939632" | ||
"gitHead": "c40c12467fc5e0211d869961a4c63c95f96ebcce" | ||
} |
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
9429