@lego/browserslist-config-internal
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@lego/browserslist-config-internal", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "LEGO shareable browserslist config for js projects", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@lego/tslint-config": "2.0.11", | ||
"@lego/tslint-config": "2.0.12", | ||
"@types/node": "12.0.7", | ||
@@ -44,3 +44,3 @@ "rimraf": "2.6.3", | ||
}, | ||
"gitHead": "dc66c6d911ca9252bb98146d0b59e468eb5691b5" | ||
"gitHead": "82dacaf1ccc2057f63a4dff42c176ac49341ec31" | ||
} |
@@ -1,3 +0,6 @@ | ||
# @lego/browserslist-config | ||
# @lego/browserslist-config-internal | ||
browserslist configuration for internal projects, supporting the browsers | ||
supported by the internal IT organization | ||
## What is Browserslist? | ||
@@ -14,3 +17,3 @@ | ||
``` | ||
$ npm install --save-dev @lego/browserslist-config | ||
$ npm install --save-dev @lego/browserslist-config-internal | ||
``` | ||
@@ -24,3 +27,3 @@ | ||
"browserslist": [ | ||
["extends @lego/browserslist-config"] | ||
["extends @lego/browserslist-config-internal"] | ||
] | ||
@@ -32,12 +35,5 @@ ``` | ||
```bash | ||
extends @lego/browserslist-config | ||
extends @lego/browserslist-config-internal | ||
``` | ||
### Full Configurations | ||
This package includes the following complete and ready to use configurations: | ||
- `@lego/browserslist-config` - Extended Rules | ||
- `@lego/browserslist-config/internal` - Internal Rules, for internal tools only | ||
### Limitations | ||
@@ -44,0 +40,0 @@ |
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
4657
67