Skip to content

Commit

Permalink
build: Upgrade ecmarkup to 18.1
Browse files Browse the repository at this point in the history
ecmarkup removed replaced its --css-out and --js-out options with --assets-dir.
  • Loading branch information
js-choi committed Dec 2, 2023
1 parent 169007e commit dfcf0d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
30 changes: 15 additions & 15 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 @@ -21,12 +21,12 @@
],
"scripts": {
"prebuild": "mkdir -p dist",
"build": "ecmarkup --verbose spec.html dist/index.html --css-out dist/ecmarkup.css --js-out dist/ecmarkup.js --load-biblio @tc39/ecma262-biblio",
"build": "ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.html dist/index.html --assets-dir dist/",
"watch": "npm run build -- --watch"
},
"devDependencies": {
"@tc39/ecma262-biblio": "2.1.2462",
"ecmarkup": "^14.0.1"
"ecmarkup": "^18.1.0"
},
"homepage": "https://github.com/tc39/proposal-array-async-from"
}
2 changes: 0 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
copyright: false
contributors: J. S. Choi
</pre>
<script src=ecmarkup.js defer></script>
<link rel=stylesheet href=ecmarkup.css>

<emu-intro id=introduction>
<h1>Introduction</h1>
Expand Down

0 comments on commit dfcf0d2

Please sign in to comment.