We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1d9bd commit d0bd66dCopy full SHA for d0bd66d
package.json
@@ -1,11 +1,17 @@
1
{
2
"name": "rollup-plugin-mediawiki-gadget",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "Rollup MediaWiki gadgets with modern goodies",
5
"source": "src/index.ts",
6
"main": "dist/index.cjs",
7
"module": "dist/index.mjs",
8
- "types": "./dist/index.d.ts",
+ "types": "dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.mjs",
12
+ "require": "./dist/index.cjs"
13
+ }
14
+ },
15
"repository": "github:wikimedia-gadgets/rollup-plugin-mediawiki-gadget",
16
"files": [
17
"dist"
0 commit comments