@lego/browserslist-config
Advanced tools
Comparing version 4.0.0 to 7.1.2
{ | ||
"name": "@lego/browserslist-config", | ||
"version": "4.0.0", | ||
"version": "7.1.2", | ||
"description": "LEGO shareable browserslist config for js projects", | ||
@@ -19,4 +19,4 @@ "keywords": [ | ||
"author": "Vincent Briglia <vincent.briglia@lego.com>", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"main": "lib/cjs/index.js", | ||
"types": "lib/types/index.d.ts", | ||
"directories": { | ||
@@ -30,17 +30,21 @@ "lib": "lib" | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rimraf ./lib && rimraf *.tsbuildinfo", | ||
"build": "yarn clean && yarn build:cjs", | ||
"build:cjs": "tsc --outDir lib/cjs --declarationDir lib/types", | ||
"clean": "rimraf ./lib *.tsbuildinfo", | ||
"compile": "tsc -b ./tsconfig.json --verbose", | ||
"lint": "eslint ./src/**/*.{ts}", | ||
"lint": "eslint src --ext .ts,.tsx --ignore-path ../../.eslintignore", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "14.0.14", | ||
"@types/node": "16.7.1", | ||
"rimraf": "3.0.2", | ||
"typescript": "3.9.5" | ||
"typescript": "4.3.5" | ||
}, | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "d45e058abad9c439673ad964d630744304ebc8e8" | ||
"gitHead": "d7a6a570eef0139e6db38379598e60655547c7bf" | ||
} |
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
28049