Skip to content

Commit

Permalink
Meta: bump ecmarkup to v18.0.0 (tc39#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ljharb committed Sep 19, 2023
1 parent 367a07f commit f2a24f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 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.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
"description": "The ECMAScript specification",
"scripts": {
"ipr-check": "node scripts/check-form tc39/ecma262 HEAD --all",
"prebuild-spec": "git remote rm travis-origin 2>/dev/null ; git remote add travis-origin \"[email protected]:${TRAVIS_REPO_SLUG:-tc39/ecma262}.git\" && git fetch --quiet travis-origin",
"build-spec": "YEAR=2023 && git checkout --quiet \"es${YEAR}\" && mkdir -p \"out/${YEAR}\" && cp -R img \"out/${YEAR}\" && ecmarkup --verbose spec.html \"out/${YEAR}/index.html\" --css \"out/${YEAR}/ecmarkup.css\" --js \"out/${YEAR}/ecmarkup.js\" && git checkout --quiet travis-origin/test-travis",
"postbuild-spec": "git remote rm travis-origin",
"build-head": "npm run build-only -- --lint-spec --strict",
"prebuild-only": "npm run clean && mkdir out && cp -R img out",
"build-only": "ecmarkup --verbose spec.html --multipage out",
"build": "npm run build-head",
"build-for-pdf": "npm run build-head -- --old-toc",
"build-travis": "npm run build-head && npm run build-spec",
"prebuild-snapshot": "npm run clean",
"build-snapshot": "npm run build-head && node scripts/insert_snapshot_warning.js",
"clean": "rm -rf out",
Expand All @@ -27,7 +23,7 @@
"license": "SEE LICENSE IN https://tc39.es/ecma262/#sec-copyright-and-software-license",
"homepage": "https://tc39.es/ecma262/",
"dependencies": {
"ecmarkup": "^17.1.1"
"ecmarkup": "^18.0.0"
},
"devDependencies": {
"glob": "^7.1.6",
Expand Down

0 comments on commit f2a24f8

Please sign in to comment.