aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
...
* Regenerate contributors [skip ci]Libravatar Vijay A2022-04-30
|
* Upgrade 'pnpm' to '6.32.11'Libravatar Vijay A2022-04-28
|
* build: add pnpm version to package.json#enginesLibravatar Nathanaël Houn2022-04-22
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-17
|
* chore: upgrade dependencies to latest (#782)Libravatar Markus Hatvan2021-12-03
| | | | | | | | | | * chore: upgrade dependencies to latest - upgrade all dependencies to latest - add --report-unused-disable-directives flag to lint script - remove unused files reported by unicorn/no-empty-file - minor cleanup of circuit recipe - remove webview.js check in package.js
* chore: enforce pnpm as the executable.Libravatar Vijay A2021-10-15
|
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* chore: repo maintenance (#732)Libravatar Markus Hatvan2021-10-05
|
* execute prepare script with npx to avoid missing husky dependency error (#676)Libravatar Markus Hatvan2021-09-08
|
* build: migrate from npm to pnpm (#603)Libravatar Markus Hatvan2021-09-08
|
* Moved all npm packages to the 'devDependencies' since there is no ↵Libravatar Vijay A2021-08-15
| | | | node-runtime for this repo.
* Cleanup all recipes (#605)Libravatar Vijay Raghavan Aravamudhan2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* Removed minification of images since we no longer need binary image files.Libravatar Vijay A2021-07-06
|
* Upgraded node modules to the latest versions.Libravatar Vijay A2021-05-26
|
* Missed 'prepare' step that enforces the installation of the git pre-commit hooksLibravatar Vijay A2021-05-17
|
* Adding husky pre-commit hookLibravatar Vijay A2021-05-16
|
* Added check for verifying that the 'package.json' file has a versionLibravatar Vijay A2021-05-16
| | | | change if there are other changes in the same recipe.
* Reformat all files - including jsonLibravatar Vijay A2021-05-15
|
* Added missing hygiene stuff (#493)Libravatar Vijay Raghavan Aravamudhan2021-05-11
| | | Added husky and pre-commit hook to avoid CI exposing build breakages
* Upgraded nodejs to '14.16.1' (#482)Libravatar Vijay Raghavan Aravamudhan2021-05-05
|
* Minify images (#480)Libravatar Vijay Raghavan Aravamudhan2021-04-30
|
* Minify images using ImageOptim (lossless compression) (#326)Libravatar Vijay Raghavan Aravamudhan2020-10-11
|
* Revert "Use imagemin to minify images (#323)"Libravatar Amine Mouafik2020-10-10
| | | | This reverts commit 5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.
* Use imagemin to minify images (#323)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>