0.0.3: Fixed a bug that showed up in watch mode
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-20 21:05:37 +02:00
parent b18ac5c361
commit 52c104f781
10 changed files with 183 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-html-entry2",
"version": "0.0.2",
"version": "0.0.3",
"description": "Teaches rollup how to deal with HTML, allows to use HTML-files as entry-points.",
"license": "MIT",
"repository": {
@@ -56,7 +56,8 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
"parse5": "^7.1.2"
"parse5": "^7.1.2",
"magic-string": "^0.30.0"
},
"devDependencies": {
"@types/node": "^18.15.11",