Skip to content

Commit 585b8f6

Browse files
committed
Update metadata to use correct copyright
1 parent 86b5733 commit 585b8f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build-only": "ecmarkup --verbose spec.html --multipage out",
1111
"build": "npm run build-head",
1212
"build-for-pdf": "npm run prebuild-only && ecmarkup --verbose spec.html out/index.html --assets external --assets-dir out --printable --lint-spec --strict",
13-
"pdf": "npm run build-for-pdf && prince --script ./node_modules/ecmarkup/js/print.js out/index.html -o out/ECMA-262.pdf",
13+
"pdf": "npm run build-for-pdf && prince-books --script ./node_modules/ecmarkup/js/print.js out/index.html -o out/ECMA-262.pdf",
1414
"prebuild-snapshot": "npm run clean",
1515
"build-snapshot": "npm run build-head && node scripts/insert_snapshot_warning.js",
1616
"clean": "rm -rf out",

spec.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@
158158
status: draft
159159
location: https://tc39.es/ecma262/
160160
markEffects: true
161+
boilerplate:
162+
copyright: alternative
161163
</pre>
162164
<p><img src="img/ecma-logo.svg" id="ecma-logo" alt="Ecma International logo"></p>
163165
<div id="metadata-block">

0 commit comments

Comments
 (0)