Skip to content

Commit

Permalink
Bump ecmarkup
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Sep 20, 2024
1 parent 0dff89b commit 27b807e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Fair",
"scripts": {
"build": "npm run build-loose -- --strict",
"build-loose": "node -e 'fs.mkdirSync(\"build\", { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec/index.html build/index.html --js-out build/ecmarkup.js --css-out build/ecmarkup.css --lint-spec",
"build-loose": "node -e 'fs.mkdirSync(\"build\", { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec/index.html build/index.html --assets-dir build/ --lint-spec",
"format": "emu-format --write 'spec/*.html'"
},
"homepage": "https://github.com/syg/proposal-structs",
Expand All @@ -18,6 +18,6 @@
},
"devDependencies": {
"@tc39/ecma262-biblio": "^2.1.2407",
"ecmarkup": "^15.0.0"
"ecmarkup": "^19.0.0"
}
}

0 comments on commit 27b807e

Please sign in to comment.