Skip to content

Commit aea0101

Browse files
authored
Update package.json
1 parent 884cb8b commit aea0101

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"private": true,
3-
"name": "template-for-proposals",
4-
"description": "A repository template for ECMAScript proposals.",
53
"type": "module",
64
"scripts": {
75
"test": "node --test --experimental-strip-types",
@@ -10,11 +8,6 @@
108
"build": "npm run build-loose -- --strict",
119
"build-loose": "node -e 'fs.mkdirSync(\"build\", { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu build/index.html --lint-spec"
1210
},
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-
},
1811
"license": "MIT",
1912
"devDependencies": {
2013
"@tc39/ecma262-biblio": "2.1.2862",

0 commit comments

Comments
 (0)