mirror of
https://github.com/less/less.js.git
synced 2026-01-06 22:34:06 -05:00
* Added deprecation warnings * Remove warning about combinator * Switch to PNPM * Update local dependencies * Remove inner dist folder * Create symbolic link to dist folder * Flip dist folders * Create symbolic link in root * Add contributors * 👥 Add @matthew-dean as a contributor * 👥 Add @cloudhead as a contributor * 👥 Add @lukeapage as a contributor * 👥 Add @seven-phases-max as a contributor * 👥 Add @iChenLei as a contributor * 👥 Add @puckowski as a contributor * Add more contributors * Finish deprecation warnings * Resolve deletions and such * Fix symbolic link * Update ci.yml to use PNPM * Update ci.yml to use PNPM * Refine CI versions * Fix node printed version * Better fix for #4258 and #4292 * Re-enable other tests
78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"projectName": "Less.js",
|
|
"projectOwner": "The Less CSS Team",
|
|
"repoType": "github",
|
|
"repoHost": "https://github.com/less/less.js",
|
|
"files": [
|
|
"README.md"
|
|
],
|
|
"imageSize": 100,
|
|
"commit": true,
|
|
"commitConvention": "gitmoji",
|
|
"contributors": [
|
|
{
|
|
"login": "matthew-dean",
|
|
"name": "Matthew Dean",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/414752?v=4",
|
|
"profile": "https://github.com/matthew-dean",
|
|
"contributions": [
|
|
"code",
|
|
"doc",
|
|
"maintenance",
|
|
"projectManagement"
|
|
]
|
|
},
|
|
{
|
|
"login": "cloudhead",
|
|
"name": "Alexis Sellier",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/40774?v=4",
|
|
"profile": "https://cloudhead.io/",
|
|
"contributions": [
|
|
"code",
|
|
"doc"
|
|
]
|
|
},
|
|
{
|
|
"login": "lukeapage",
|
|
"name": "Luke Page",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/309321?v=4",
|
|
"profile": "https://github.com/lukeapage",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "seven-phases-max",
|
|
"name": "Max Mikhailov",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/5304376?v=4",
|
|
"profile": "https://github.com/seven-phases-max",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "iChenLei",
|
|
"name": "Lei Chen",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/14012511?v=4",
|
|
"profile": "https://github.com/iChenLei",
|
|
"contributions": [
|
|
"code",
|
|
"bug",
|
|
"doc"
|
|
]
|
|
},
|
|
{
|
|
"login": "puckowski",
|
|
"name": "Daniel Puckowski",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/3059609?v=4",
|
|
"profile": "https://github.com/puckowski",
|
|
"contributions": [
|
|
"code",
|
|
"bug"
|
|
]
|
|
}
|
|
],
|
|
"contributorsPerLine": 7,
|
|
"linkToUsage": true
|
|
}
|