Skip to content

Commit

Permalink
Replace pug-cli to @anduh/pug-cli
Browse files Browse the repository at this point in the history
To fix pugjs/pug#3312

Old original `pug-cli` depends on `pug@2.0.0-alpha7`. `@anduh/pug-cli`
is the fork to fix this problem.

ref. pugjs/pug-cli#88 (comment)
  • Loading branch information
kaosf committed Feb 10, 2023
1 parent 7254edc commit a2b183d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 405 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,6 +16,6 @@
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"pug": "^3.0.2",
"pug-cli": "^1.0.0-alpha6"
"@anduh/pug-cli": "1.0.0-alpha8"
}
}

0 comments on commit a2b183d

Please sign in to comment.