Skip to content

Commit ebeb7d6

Browse files
authored
Edits to align with Ecma house style (#31)
1 parent 13a13ab commit ebeb7d6

File tree

2 files changed

+113
-96
lines changed

2 files changed

+113
-96
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"url": "https://github.com/WinterTC55/runtime-keys.git"
2020
},
2121
"scripts": {
22-
"build": "ecmarkup spec.html out.html"
22+
"build": "ecmarkup spec.html out.html",
23+
"watch": "ecmarkup --watch --verbose --lint-spec spec.html out.html"
2324
},
2425
"devDependencies": {
2526
"ecmarkup": "^22.0.0"

0 commit comments

Comments
 (0)