File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"test" : " node --test --experimental-strip-types" ,
10
10
"build" : " npm run build-loose -- --strict" ,
11
11
"build-loose" : " node -e 'fs.mkdirSync(\" build\" , { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu build/index.html --lint-spec"
12
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
13
"license" : " MIT" ,
19
14
"devDependencies" : {
20
15
"@tc39/ecma262-biblio" : " 2.1.2862" ,
You can’t perform that action at this time.
0 commit comments