Skip to content

Commit

Permalink
Meta: bump ecmarkup to 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Jul 7, 2022
1 parent ef5ac6b commit 9e89571
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 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": "^12.1.1"
"ecmarkup": "^13.0.0"
},
"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 "2.0.${COMMIT_COUNT}"
npm version --no-git-tag-version "2.1.${COMMIT_COUNT}"

SHORT_COMMIT=$(git rev-parse --short HEAD)
LONG_COMMIT=$(git rev-parse --verify HEAD)
Expand Down

0 comments on commit 9e89571

Please sign in to comment.