Skip to content

Commit 2aa8860

Browse files
bakkotljharb
authored andcommitted
[meta] bump ecmarkup and pass more flags to it
1 parent f77de86 commit 2aa8860

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"name": "template-for-proposals",
44
"description": "A repository template for ECMAScript proposals.",
55
"scripts": {
6-
"start": "npm run build -- --watch",
7-
"build": "ecmarkup spec.emu index.html"
6+
"start": "npm run build-loose -- --watch",
7+
"build": "npm run build-loose -- --strict",
8+
"build-loose": "ecmarkup --verbose spec.emu index.html"
89
},
910
"homepage": "https://github.com/tc39/template-for-proposals#readme",
1011
"repository": {
@@ -13,6 +14,6 @@
1314
},
1415
"license": "MIT",
1516
"devDependencies": {
16-
"ecmarkup": "^3.25.3"
17+
"ecmarkup": "^4.0.0"
1718
}
1819
}

0 commit comments

Comments
 (0)