We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4c19a commit d61146fCopy full SHA for d61146f
package.json
@@ -21,11 +21,11 @@
21
],
22
"scripts": {
23
"prebuild": "mkdir -p dist",
24
- "build": "ecmarkup --verbose spec.html dist/index.html --css dist/ecmarkup.css --js dist/ecmarkup.js",
+ "build": "ecmarkup --verbose spec.html dist/index.html --css-out dist/ecmarkup.css --js-out dist/ecmarkup.js",
25
"watch": "npm run build -- --watch"
26
},
27
"devDependencies": {
28
- "ecmarkup": "^13.0.1"
+ "ecmarkup": "^14.0.1"
29
30
"homepage": "https://github.com/tc39/proposal-array-async-from"
31
}
0 commit comments