@lego/browserslist-config
Advanced tools
Comparing version 1.0.1 to 2.0.1
{ | ||
"name": "@lego/browserslist-config", | ||
"version": "1.0.1", | ||
"version": "2.0.1", | ||
"description": "LEGO shareable browserslist config for js projects", | ||
"keywords": [ | ||
@@ -8,35 +9,37 @@ "browserslist", | ||
], | ||
"description": "shareable browserslist config for js projects", | ||
"main": "./index.js", | ||
"scripts": { | ||
"precommit": "eslint ." | ||
"homepage": "https://github.com/LEGO/linter-configs#readme", | ||
"bugs": { | ||
"url": "https://github.com/LEGO/linter-configs/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/LEGO/linter-configs.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Vincent Briglia <vincent.briglia@lego.com>", | ||
"license": "MIT", | ||
"eslintConfig": { | ||
"extends": "@lego/eslint-config", | ||
"rules": { | ||
"lines-around-comment": [ | ||
"error", | ||
{ | ||
"allowObjectStart": true, | ||
"beforeBlockComment": true, | ||
"beforeLineComment": true | ||
} | ||
] | ||
} | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
}, | ||
"validate-commit-msg": { | ||
"types": "conventional-commit-types", | ||
"helpMessage": "Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)" | ||
} | ||
"scripts": { | ||
"build": "npm run clean && tsc -b ./tsconfig.package.json", | ||
"clean": "rimraf ./lib", | ||
"lint": "tslint --project tsconfig.json", | ||
"prepare": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@lego/eslint-config": "@lego/eslint-config", | ||
"@lego/prettier-config": "@lego/prettier-config" | ||
} | ||
"@lego/tslint-config": "2.0.11", | ||
"@types/node": "12.0.8", | ||
"rimraf": "2.6.3", | ||
"typescript": "3.5.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "dc66c6d911ca9252bb98146d0b59e468eb5691b5" | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4860
0
4
4
12