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 f77de86 commit 2aa8860Copy full SHA for 2aa8860
package.json
@@ -3,8 +3,9 @@
3
"name": "template-for-proposals",
4
"description": "A repository template for ECMAScript proposals.",
5
"scripts": {
6
- "start": "npm run build -- --watch",
7
- "build": "ecmarkup spec.emu index.html"
+ "start": "npm run build-loose -- --watch",
+ "build": "npm run build-loose -- --strict",
8
+ "build-loose": "ecmarkup --verbose spec.emu index.html"
9
},
10
"homepage": "https://github.com/tc39/template-for-proposals#readme",
11
"repository": {
@@ -13,6 +14,6 @@
13
14
15
"license": "MIT",
16
"devDependencies": {
- "ecmarkup": "^3.25.3"
17
+ "ecmarkup": "^4.0.0"
18
}
19
0 commit comments