Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Package.json pug dependency #71

Open
bdkjones opened this issue Mar 31, 2018 · 1 comment
Open

Update Package.json pug dependency #71

bdkjones opened this issue Mar 31, 2018 · 1 comment

Comments

@bdkjones
Copy link

It looks like the package.json file for pug-cli currently limits pug to the 2.0-alpha7 release. Pug is on 2.0.3, according to its repo.

Could you update the dependency in pug-cli so that the latest version of pug is installed? Thanks.

@mtsknn
Copy link

mtsknn commented Aug 23, 2018

Version 2.0.3 of Pug is installed, despite the old dependency. Try it for yourself:

mkdir pug-test && cd pug-test
echo '{}' > package.json
npm i -D pug-cli
npm ls --depth=1

Output:

~/pug-test
`-- pug-cli@1.0.0-alpha6
  +-- chalk@1.1.3
  +-- commander@2.17.1
  +-- mkdirp@0.5.1
  `-- pug@2.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants