Skip to content

Commit a37a728

Browse files
committed
0.3.3
1 parent 23bc2bc commit a37a728

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-userscript",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Rollup plugin for userscript",
55
"author": "Gerald <[email protected]>",
66
"license": "MIT",
@@ -57,6 +57,8 @@
5757
"node": ">=18"
5858
},
5959
"jest": {
60-
"extensionsToTreatAsEsm": [".ts"]
60+
"extensionsToTreatAsEsm": [
61+
".ts"
62+
]
6163
}
6264
}

0 commit comments

Comments
 (0)