Skip to content

Commit d65d52e

Browse files
committed
Rename feature-set to web-features
1 parent dceed17 commit d65d52e

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

2022-backgrounder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ With the need to support IE11 fading, we have a new opportunity to define a set
3838

3939
## Explorations done in 2022
4040

41-
As the WebDX effort was being explored, an initial investigation of what it would take to [converge on a common list of web features](https://github.com/web-platform-dx/feature-set/blob/main/towards-features.md#towards-a-common-list-of-web-features) was conducted.
41+
As the WebDX effort was being explored, an initial investigation of what it would take to [converge on a common list of web features](https://github.com/web-platform-dx/web-features/blob/main/towards-features.md#towards-a-common-list-of-web-features) was conducted.
4242

4343
Following that investigation, a [methodology to group web features was developed](https://docs.google.com/document/d/1XjYQybcbOGPKxQnxtIp8C9iXYZBTlczvst5VVn83ty0/edit), leading to a [mockup of how common web platform features could be represented](https://github.com/ddbeck/common-web-feature-mockup/#common-web-platform-feature-representation-mockup-wip).
4444

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# [`feature-set`](https://github.com/web-platform-dx/feature-set): exploring the set of interoperable features of the web platform
1+
# [`web-features`](https://github.com/web-platform-dx/web-features): exploring the set of interoperable features of the web platform
22

33
By the [W3C WebDX Community Group](https://www.w3.org/community/webdx/) and contributors.
44

5-
`feature-set` is an effort to build a shared catalog of features of the web platform.
6-
By creating a common list of features and their definitions, `feature-set` aims to improve understanding of what web developers get and want from the web.
7-
`feature-set` does this by:
5+
`web-features` is an effort to build a shared catalog of features of the web platform.
6+
By creating a common list of features and their definitions, `web-features` aims to improve understanding of what web developers get and want from the web.
7+
`web-features` does this by:
88

99
* Creating feature definitions, which identify and describe capabilities of the web
1010
* Generating _Baseline_ support data, which summarizes the availability of web features across key browsers and releases
1111
* Publishing the `web-features` npm package, which bundles feature identifiers with Baseline statuses
1212

13-
From `Array` to Cascade Layers to Offscreen Canvas, `feature-set` identifies, defines, and categorizes capabilities of the web platform that web developers care about.
14-
By creating a common nomenclature for web platform features, `feature-set` intends to support communication between web developers, browser vendors, standardization bodies, and other ecosystem participants.
13+
From `Array` to Cascade Layers to Offscreen Canvas, `web-features` identifies, defines, and categorizes capabilities of the web platform that web developers care about.
14+
By creating a common nomenclature for web platform features, `web-features` intends to support communication between web developers, browser vendors, standardization bodies, and other ecosystem participants.
1515

1616
## Get started
1717

@@ -30,5 +30,5 @@ The project is in its early stages, so we’re still developing tools and proces
3030
To get started contributing, take a look the following:
3131

3232
* Learn more about [the WebDX Community Group](https://www.w3.org/community/webdx/)
33-
* Go to [open issues](https://github.com/web-platform-dx/feature-set/issues) to propose new feature groups or report a bug
34-
* Go to [open PRs](https://github.com/web-platform-dx/feature-set/pulls) to review incoming feature groups and updates
33+
* Go to [open issues](https://github.com/web-platform-dx/web-features/issues) to propose new feature groups or report a bug
34+
* Go to [open PRs](https://github.com/web-platform-dx/web-features/pulls) to review incoming feature groups and updates

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "feature-set",
2+
"name": "@web-platform-dx/web-features",
33
"private": true,
44
"description": "Exploring the set of interoperable features in the Web Platform",
55
"version": "0.1.0",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/web-platform-dx/feature-set.git"
8+
"url": "https://github.com/web-platform-dx/web-features.git"
99
},
1010
"type": "module",
1111
"main": "index.ts",

packages/web-features/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/web-platform-dx/feature-set.git"
8+
"url": "https://github.com/web-platform-dx/web-features.git"
99
},
1010
"type": "module",
1111
"main": "index.js",

scripts/release.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yargs(process.argv.slice(2))
3333
.option("target-repo", {
3434
describe: "Select upstream GitHub repository",
3535
nargs: 1,
36-
default: "web-platform-dx/feature-set",
36+
default: "web-platform-dx/web-features",
3737
})
3838
.command({
3939
command: "init <semverlevel>",

0 commit comments

Comments
 (0)