@lego/browserslist-config-internal
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [4.0.0](https://github.com/LEGO/linter-configs/compare/@lego/browserslist-config-internal@3.0.0...@lego/browserslist-config-internal@4.0.0) (2020-06-30) | ||
### chore | ||
* bump versions ([4564c17](https://github.com/LEGO/linter-configs/commit/4564c17473ff6509b4e7be6379e498c0912afc02)) | ||
### BREAKING CHANGES | ||
* Some rules removed and/or renamed | ||
# [3.0.0](https://github.com/LEGO/linter-configs/compare/@lego/browserslist-config-internal@2.9.1...@lego/browserslist-config-internal@3.0.0) (2020-06-02) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@lego/browserslist-config-internal", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "LEGO shareable browserslist config for js projects", | ||
@@ -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": { | ||
@@ -34,9 +34,9 @@ "build": "npm run clean && npm run compile", | ||
"compile": "tsc -b ./tsconfig.json --verbose", | ||
"lint": "eslint . --ext .tsx,.ts", | ||
"lint": "eslint ./src/**/*.{ts}", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "14.0.9", | ||
"@types/node": "14.0.14", | ||
"rimraf": "3.0.2", | ||
"typescript": "3.9.3" | ||
"typescript": "3.9.5" | ||
}, | ||
@@ -46,3 +46,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "c40c12467fc5e0211d869961a4c63c95f96ebcce" | ||
"gitHead": "d45e058abad9c439673ad964d630744304ebc8e8" | ||
} |
12330