Skip to content

Commit

Permalink
Meta: bump ecmarkup, enforce linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed May 19, 2020
1 parent bd868f2 commit 0d5a589
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 29 deletions.
111 changes: 84 additions & 27 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build-spec": "YEAR=2020 && 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",
"prebuild-master": "npm run clean && mkdir out && cp -R img out",
"build-master": "npm run wipe-es6biblio && ecmarkup --verbose spec.html out/index.html --css out/ecmarkup.css --js out/ecmarkup.js",
"build-master": "npm run wipe-es6biblio && ecmarkup --lint-spec --verbose spec.html out/index.html --css out/ecmarkup.css --js out/ecmarkup.js",
"build": "npm run build-master",
"build-for-pdf": "npm run build-master -- --old-toc",
"build-travis": "npm run build-master && npm run build-spec",
Expand All @@ -26,7 +26,7 @@
"license": "SEE LICENSE IN https://tc39.es/ecma262/#sec-copyright-and-software-license",
"homepage": "https://tc39.es/ecma262/",
"dependencies": {
"ecmarkup": "^3.19.0"
"ecmarkup": "^3.20.0"
},
"devDependencies": {
"@alrra/travis-scripts": "^2.1.0",
Expand Down

0 comments on commit 0d5a589

Please sign in to comment.