Skip to content

Commit 97bc452

Browse files
authored
Add ecma262 references (#37)
1 parent f6acfc4 commit 97bc452

File tree

2 files changed

+38
-8
lines changed

2 files changed

+38
-8
lines changed

package-lock.json

+36-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
],
2222
"scripts": {
2323
"prebuild": "mkdir -p dist",
24-
"build": "ecmarkup --verbose spec.html dist/index.html --css-out dist/ecmarkup.css --js-out dist/ecmarkup.js",
24+
"build": "ecmarkup --verbose spec.html dist/index.html --css-out dist/ecmarkup.css --js-out dist/ecmarkup.js --load-biblio @tc39/ecma262-biblio",
2525
"watch": "npm run build -- --watch"
2626
},
2727
"devDependencies": {
28+
"@tc39/ecma262-biblio": "2.1.2462",
2829
"ecmarkup": "^14.0.1"
2930
},
3031
"homepage": "https://github.com/tc39/proposal-array-async-from"

0 commit comments

Comments
 (0)