Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 0cc97d7

Browse files
committed
Backed out changeset f71a318e2dfc (bug 1662653) for dt failures on browser_rules_css-compatibility-check-add-fix.js CLOSED TREE
1 parent 7b1d910 commit 0cc97d7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

devtools/shared/compatibility/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ The subsets from the dataset required by the Compatibility panel are:
77
* browsers: [https://github.com/mdn/browser-compat-data/tree/master/browsers](https://github.com/mdn/browser-compat-data/tree/master/browsers)
88
* css.properties: [https://github.com/mdn/browser-compat-data/tree/master/css](https://github.com/mdn/browser-compat-data/tree/master/css).
99

10-
The MDN compatibility data is available as a node package ([@mdn/browser-compat-data](https://www.npmjs.com/package/@mdn/browser-compat-data)).
10+
The MDN compatibility data is available as a node package ([mdn-browser-compat-data](https://www.npmjs.com/package/mdn-browser-compat-data)).
1111
The following node program is a sample of how to download `browsers.json` and `css-properties.json` using the node package.
1212

1313
```javascript
1414
'use strict';
1515

16-
const compatData = require("@mdn/browser-compat-data")
16+
const compatData = require("mdn-browser-compat-data");
1717
const fs = require("fs")
1818
const path = require("path")
1919

devtools/shared/compatibility/dataset/browsers.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

devtools/shared/compatibility/dataset/css-properties.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)