Skip to content

Commit ecfb7ee

Browse files
committed
fix comments
1 parent 528f092 commit ecfb7ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.babelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"es": {
1414
"plugins": []
1515
}
16-
}
16+
},
17+
"comments": false
1718
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-worker",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Move a WebAssembly module into its own thread",
55
"main": "lib/index.js",
66
"jsnext:main": "es/index.js",

0 commit comments

Comments
 (0)