mirror of
https://github.com/less/less.js.git
synced 2026-01-09 15:48:08 -05:00
✨ feat: deprecation warnings for Less + monorepo chores (#4319)
* 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
This commit is contained in:
77
.all-contributorsrc
Normal file
77
.all-contributorsrc
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user