Skip to content

Commit 56c23b9

Browse files
ryzokukenptomato
authored andcommitted
Update package.json and add format script
1 parent af6acd0 commit 56c23b9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"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.",
55
"scripts": {
66
"start": "npm run build-loose -- --watch",
77
"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"
910
},
10-
"homepage": "https://github.com/tc39/template-for-proposals#readme",
11+
"homepage": "https://tc39.es/proposal-intl-era-monthcode/",
1112
"repository": {
1213
"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"
1415
},
1516
"license": "MIT",
1617
"devDependencies": {

0 commit comments

Comments
 (0)