forked from tc39/ecma262
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meta: bump ecmarkup to v18.0.0 (tc39#3178)
- Loading branch information
Showing
2 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|