@lego/prettier-config
Advanced tools
Comparing version 1.15.1 to 1.16.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.16.0](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.15.1...@lego/prettier-config@1.16.0) (2020-03-06) | ||
**Note:** Version bump only for package @lego/prettier-config | ||
## [1.15.1](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.15.0...@lego/prettier-config@1.15.1) (2020-02-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@lego/prettier-config", | ||
"version": "1.15.1", | ||
"version": "1.16.0", | ||
"description": "LEGO shareable prettier config", | ||
@@ -19,6 +19,2 @@ "keywords": [ | ||
"author": "Vincent Briglia <vincent.briglia@lego.com>", | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"main": "./lib/index.js", | ||
@@ -29,2 +25,6 @@ "types": "./lib/index.d.ts", | ||
}, | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"scripts": { | ||
@@ -41,6 +41,6 @@ "build": "npm run clean && npm run compile", | ||
"devDependencies": { | ||
"@types/node": "13.7.1", | ||
"@types/node": "13.7.7", | ||
"@types/prettier": "1.19.0", | ||
"rimraf": "3.0.2", | ||
"typescript": "3.7.5" | ||
"typescript": "3.8.3" | ||
}, | ||
@@ -50,3 +50,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "a5f6dbb2522096de535718713c8e93a551886ad1" | ||
"gitHead": "0d723a6877b542db710e8266253bf68575881b9e" | ||
} |
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
8686