Files
less.js/package.json
Daniel Puckowski 09b8f5cf4d Release v4.2.1 (#4280)
* Update files for Release/v4.2.1.
2024-10-15 10:07:31 -07:00

34 lines
837 B
JSON

{
"name": "@less/root",
"private": true,
"version": "4.2.1",
"description": "Less monorepo",
"homepage": "http://lesscss.org",
"scripts": {
"publish": "lerna publish from-package --no-private",
"changelog": "github-changes -o less -r less.js -a --only-pulls --use-commit-body -m \"(YYYY-MM-DD)\"",
"test": "cd packages/less && npm test",
"postinstall": "lerna bootstrap"
},
"author": {
"name": "Alexis Sellier",
"email": "self@cloudhead.net"
},
"contributors": [
"The Core Less Team"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/less/less.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/less/less.js.git"
},
"devDependencies": {
"github-changes": "^1.1.2",
"lerna": "^3.22.1",
"npm-run-all": "^4.1.5"
}
}