Skip to content

Commit f7df632

Browse files
committed
chore: Increase allowed size of index.js
Exports now have more boilerplate because of the changes in Typescript 1.9.2; * https://github.com/microsoft/TypeScript/wiki/Breaking-Changes#exports-now-use-getters-for-live-bindings * microsoft/TypeScript#35967
1 parent 7bdbaa5 commit f7df632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"path": "dist?(.module)/!(WalkableBuffer|*.spec).js",
39-
"maxSize": "0.3kB"
39+
"maxSize": "0.4kB"
4040
}
4141
]
4242
},

0 commit comments

Comments
 (0)