KiaraGrouwstra / pug-plugin-ng

A Pug plugin allowing unquoted use of Angular 2's `[(bananabox)]="val"` syntax
MIT License
24 stars 2 forks source link

Loosen restriction on pug version #5

Closed chrisnicola closed 7 years ago

chrisnicola commented 7 years ago

Becuase Pug did not follow node-semver for their beta versions, NPM thinks that beta10 < beta5. What they should have done is called it beta.X. Changing the requirement to ^2.0.0-beta1 fixes an unmet peerDependency error when upgrading Pug.

KiaraGrouwstra commented 7 years ago

Thanks! :)