Skip to content

Commit 6c053c7

Browse files
committed
update polyfill readme
1 parent 7d96d9f commit 6c053c7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/polyfill/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @nice-labs/proposal-arraybuffer-equals
2+
3+
ArrayBuffer.isEquals polyfill
4+
5+
Proposal: <https://github.com/NiceLabs/proposal-arraybuffer-equals>

packages/polyfill/scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ cat package.json |
88
jq 'del(.devDependencies)' |
99
jq 'del(.scripts)' |
1010
tee dist/package.json
11+
cp README.md dist

0 commit comments

Comments
 (0)