jstransformers / jstransformer-pug

Pug support for JSTransformers
http://npm.im/jstransformer-pug
MIT License
6 stars 1 forks source link

chore: specify dep versions #14

Open SethFalco opened 2 years ago

SethFalco commented 2 years ago

Previously, the build would break spontaneously, namely due to xo@0.39.0 which requires ESM. Now that it's pinned, maintainers/contributors will actually have a working test commands when working with it.

This file is intended to be committed into source repositories, and serves various purposes: — https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-json

I only pinned xo to ^0.20.3 to match the engines.node. However, it may be worth changing the minimum version of Node supported since 4 is pretty dated.