Skip to content

Commit d5478ce

Browse files
committed
0.2.0
1 parent 76262e3 commit d5478ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-userscript",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Rollup plugin for userscript",
55
"author": "Gerald <[email protected]>",
66
"license": "MIT",
@@ -16,9 +16,9 @@
1616
},
1717
"type": "module",
1818
"module": "dist/index.js",
19-
"exports": {
20-
"import": "./dist/index.js"
21-
},
19+
"exports": {
20+
"import": "./dist/index.js"
21+
},
2222
"files": [
2323
"dist"
2424
],

0 commit comments

Comments
 (0)