Skip to content

Commit 3181786

Browse files
committed
release: 1.0.2 (by hand)
1 parent 2d24e3c commit 3181786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-explicit-exports-references",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Transforms all internal references to a module's exports such that each reference starts with `module.exports` instead of directly referencing an internal name. This enables easy mocking of specific (exported) functions in Jest with Babel/TypeScript, even when the mocked functions call each other in the same module.",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)