We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76262e3 commit d5478ceCopy full SHA for d5478ce
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rollup-plugin-userscript",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"description": "Rollup plugin for userscript",
5
"author": "Gerald <gera2ld@live.com>",
6
"license": "MIT",
@@ -16,9 +16,9 @@
16
},
17
"type": "module",
18
"module": "dist/index.js",
19
- "exports": {
20
- "import": "./dist/index.js"
21
- },
+ "exports": {
+ "import": "./dist/index.js"
+ },
22
"files": [
23
"dist"
24
],
0 commit comments