We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884cb8b commit aea0101Copy full SHA for aea0101
package.json
@@ -1,7 +1,5 @@
1
{
2
"private": true,
3
- "name": "template-for-proposals",
4
- "description": "A repository template for ECMAScript proposals.",
5
"type": "module",
6
"scripts": {
7
"test": "node --test --experimental-strip-types",
@@ -10,11 +8,6 @@
10
8
"build": "npm run build-loose -- --strict",
11
9
"build-loose": "node -e 'fs.mkdirSync(\"build\", { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu build/index.html --lint-spec"
12
},
13
- "homepage": "https://github.com/tc39/template-for-proposals#readme",
14
- "repository": {
15
- "type": "git",
16
- "url": "git+https://github.com/tc39/template-for-proposals.git"
17
- },
18
"license": "MIT",
19
"devDependencies": {
20
"@tc39/ecma262-biblio": "2.1.2862",
0 commit comments