Skip to content

Commit d61146f

Browse files
committed
fix: Update ecmarkup to 14.0.1, fix build CLI args
1 parent 2a4c19a commit d61146f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
],
2222
"scripts": {
2323
"prebuild": "mkdir -p dist",
24-
"build": "ecmarkup --verbose spec.html dist/index.html --css dist/ecmarkup.css --js dist/ecmarkup.js",
24+
"build": "ecmarkup --verbose spec.html dist/index.html --css-out dist/ecmarkup.css --js-out dist/ecmarkup.js",
2525
"watch": "npm run build -- --watch"
2626
},
2727
"devDependencies": {
28-
"ecmarkup": "^13.0.1"
28+
"ecmarkup": "^14.0.1"
2929
},
3030
"homepage": "https://github.com/tc39/proposal-array-async-from"
3131
}

0 commit comments

Comments
 (0)