Skip to content

Commit

Permalink
fix: improve support for Marko 5, update semver range
Browse files Browse the repository at this point in the history
BREAKING CHANGE: now requires at least [email protected]
  • Loading branch information
DylanPiercey committed Apr 27, 2020
1 parent 87f5723 commit 2cefd91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
"license": "MIT",
"peerDependencies": {
"marko": "^4.18.47 || ^5",
"marko": "^4.20.9 || ^5.0.0-next || ^5",
"webpack": "^4"
},
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/loader/get-asset-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ $ out.___assets = manifest.getAssets(${JSON.stringify(
$ out.flush = outFlushOverride;
$ out.end = outEndOverride;
<component-globals/>
<\${template} ...input/>
<init-components/>
<await-reorderer/>
Expand Down

0 comments on commit 2cefd91

Please sign in to comment.