Skip to content

Commit

Permalink
Meta: bump ecmarkup to 12.0.1 (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ljharb committed Apr 5, 2022
1 parent 07c7b5c commit 6d32a32
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "SEE LICENSE IN https://tc39.es/ecma262/#sec-copyright-and-software-license",
"homepage": "https://tc39.es/ecma262/",
"dependencies": {
"ecmarkup": "^11.0.1"
"ecmarkup": "^12.0.1"
},
"devDependencies": {
"glob": "^7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-biblio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cp LICENSE.md biblio/
cd biblio

COMMIT_COUNT=$(git rev-list --count HEAD)
npm version --no-git-tag-version "1.0.${COMMIT_COUNT}"
npm version --no-git-tag-version "2.0.${COMMIT_COUNT}"

SHORT_COMMIT=$(git rev-parse --short HEAD)
LONG_COMMIT=$(git rev-parse --verify HEAD)
Expand Down
1 change: 1 addition & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
shortname: ECMA-262
status: draft
location: https://tc39.es/ecma262/
markEffects: true
</pre>
<p><img src="img/ecma-logo.svg" id="ecma-logo"></p>
<div id="metadata-block">
Expand Down

0 comments on commit 6d32a32

Please sign in to comment.