Skip to content

Commit d0bd66d

Browse files
committed
Version 1.0.7: Fix import errors
1 parent bf1d9bd commit d0bd66d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"name": "rollup-plugin-mediawiki-gadget",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Rollup MediaWiki gadgets with modern goodies",
55
"source": "src/index.ts",
66
"main": "dist/index.cjs",
77
"module": "dist/index.mjs",
8-
"types": "./dist/index.d.ts",
8+
"types": "dist/index.d.ts",
9+
"exports": {
10+
".": {
11+
"import": "./dist/index.mjs",
12+
"require": "./dist/index.cjs"
13+
}
14+
},
915
"repository": "github:wikimedia-gadgets/rollup-plugin-mediawiki-gadget",
1016
"files": [
1117
"dist"

0 commit comments

Comments
 (0)