Skip to content

Commit 32334ef

Browse files
committed
Fixed polyfill missing in package
1 parent e45a746 commit 32334ef

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
iframe-worker-0.1.2 (2020-03-02)
2+
3+
* Fixed polyfill missing in package
4+
15
iframe-worker-0.1.1 (2020-03-02)
26

37
* Added support for programmatic use

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iframe-worker",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A tiny WebWorker polyfill for the file:// protocol",
55
"keywords": [
66
"webworker",
@@ -23,7 +23,8 @@
2323
"url": "https://github.com/squidfunk/iframe-worker.git"
2424
},
2525
"files": [
26-
"dist"
26+
"dist",
27+
"polyfill"
2728
],
2829
"main": "dist/cjs",
2930
"module": "dist/esm",

0 commit comments

Comments
 (0)