coding-standards icon indicating copy to clipboard operation
coding-standards copied to clipboard

npm installs outdated version

Open svandragt opened this issue 2 years ago • 0 comments

npm install --save-dev stylelint @humanmade/stylelint-config

This command installs 1.1.1 as per the version on https://www.npmjs.com/package/@humanmade/stylelint-config?activeTab=readme

Can we let npmjs know the latest version is 1.2.1? in the meantime: npm install --save-dev stylelint @humanmade/stylelint-config@^1.2

svandragt avatar Aug 29 '23 14:08 svandragt