Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Aug 13, 2024
1 parent 23bc2bc commit a37a728
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-userscript",
"version": "0.3.2",
"version": "0.3.3",
"description": "Rollup plugin for userscript",
"author": "Gerald <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -57,6 +57,8 @@
"node": ">=18"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"]
"extensionsToTreatAsEsm": [
".ts"
]
}
}

0 comments on commit a37a728

Please sign in to comment.