Skip to content

Commit 6c495dc

Browse files
authored
Update package.json (#25)
1 parent 884cb8b commit 6c495dc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
3-
"name": "template-for-proposals",
4-
"description": "A repository template for ECMAScript proposals.",
3+
"name": "proposal-composites",
4+
"description": "ECMAScript proposal for immutable values with structural equality",
55
"type": "module",
66
"scripts": {
77
"test": "node --test --experimental-strip-types",
@@ -10,11 +10,6 @@
1010
"build": "npm run build-loose -- --strict",
1111
"build-loose": "node -e 'fs.mkdirSync(\"build\", { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu build/index.html --lint-spec"
1212
},
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-
},
1813
"license": "MIT",
1914
"devDependencies": {
2015
"@tc39/ecma262-biblio": "2.1.2862",

0 commit comments

Comments
 (0)