We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bc2bc commit a37a728Copy full SHA for a37a728
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rollup-plugin-userscript",
3
- "version": "0.3.2",
+ "version": "0.3.3",
4
"description": "Rollup plugin for userscript",
5
"author": "Gerald <gera2ld@live.com>",
6
"license": "MIT",
@@ -57,6 +57,8 @@
57
"node": ">=18"
58
},
59
"jest": {
60
- "extensionsToTreatAsEsm": [".ts"]
+ "extensionsToTreatAsEsm": [
61
+ ".ts"
62
+ ]
63
}
64
0 commit comments