Skip to content

Commit dfcf0d2

Browse files
committed
build: Upgrade ecmarkup to 18.1
ecmarkup removed replaced its --css-out and --js-out options with --assets-dir.
1 parent 169007e commit dfcf0d2

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
],
2222
"scripts": {
2323
"prebuild": "mkdir -p dist",
24-
"build": "ecmarkup --verbose spec.html dist/index.html --css-out dist/ecmarkup.css --js-out dist/ecmarkup.js --load-biblio @tc39/ecma262-biblio",
24+
"build": "ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.html dist/index.html --assets-dir dist/",
2525
"watch": "npm run build -- --watch"
2626
},
2727
"devDependencies": {
2828
"@tc39/ecma262-biblio": "2.1.2462",
29-
"ecmarkup": "^14.0.1"
29+
"ecmarkup": "^18.1.0"
3030
},
3131
"homepage": "https://github.com/tc39/proposal-array-async-from"
3232
}

spec.html

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
copyright: false
77
contributors: J. S. Choi
88
</pre>
9-
<script src=ecmarkup.js defer></script>
10-
<link rel=stylesheet href=ecmarkup.css>
119

1210
<emu-intro id=introduction>
1311
<h1>Introduction</h1>

0 commit comments

Comments
 (0)