Skip to content

Commit 69da186

Browse files
authored
Remove the original signals.yml prototype and supporting code (#373)
This style of manually tracking signals is no longer in the cards. In particular, for surveys, we now have this annotated directly in some surveys and extracted automatically. Example here: https://web-platform-dx.github.io/web-features-explorer/features/customizable-select/
1 parent 08ffeaf commit 69da186

File tree

5 files changed

+3
-156
lines changed

5 files changed

+3
-156
lines changed

index.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,21 @@
88
"url": "https://github.com/web-platform-dx/developer-signals.git"
99
},
1010
"type": "module",
11-
"main": "index.ts",
1211
"engines": {
1312
"node": ">=18.19.0"
1413
},
1514
"scripts": {
16-
"test": "npm run test:schema && npm run test:format",
17-
"test:schema": "tsx scripts/schema.ts",
15+
"test": "npm run test:format",
1816
"test:format": "prettier --check .",
1917
"format": "npx prettier --write .",
2018
"update-issues": "tsx scripts/update-issues.ts"
2119
},
2220
"devDependencies": {
2321
"@octokit/plugin-throttling": "^11.0.1",
2422
"@octokit/rest": "^22.0.0",
25-
"@types/node": "^18.19.18",
26-
"ajv": "^8.12.0",
27-
"ajv-formats": "^2.1.1",
2823
"prettier": "^3.2.5",
2924
"tsx": "^4.7.1",
3025
"typescript": "^5.3.3",
31-
"web-features": "^2.45.0",
32-
"yaml": "^2.4.0"
26+
"web-features": "^2.45.0"
3327
}
3428
}

scripts/schema.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

signals.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)