File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
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-intl-era-monthcode " ,
4
+ "description" : " To specify necessary details about era, eraYear and monthCode usage with Temporal for non-ISO calendars ." ,
5
5
"scripts" : {
6
6
"start" : " npm run build-loose -- --watch" ,
7
7
"build" : " npm run build-loose -- --strict" ,
8
- "build-loose" : " ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu index.html --lint-spec"
8
+ "build-loose" : " ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu index.html --lint-spec" ,
9
+ "format" : " emu-format --write spec.emu"
9
10
},
10
- "homepage" : " https://github.com/tc39/template-for-proposals#readme " ,
11
+ "homepage" : " https://tc39.es/proposal-intl-era-monthcode/ " ,
11
12
"repository" : {
12
13
"type" : " git" ,
13
- "url" : " git+https://github.com/tc39/template-for-proposals .git"
14
+ "url" : " git+https://github.com/tc39/proposal-intl-era-monthcode .git"
14
15
},
15
16
"license" : " MIT" ,
16
17
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments