1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Upgrade yeoman to v5

This commit is contained in:
Laurent Cozic 2022-11-17 11:52:21 +00:00
parent d93a210de6
commit 089b53e514
3 changed files with 187 additions and 829 deletions

View File

@ -12,6 +12,7 @@ module.exports = class extends Generator {
this.option('silent');
this.option('update');
this.option('nodePackageManager', 'npm');
if (this.options.update) {
// When updating, overwrite files without prompting
@ -174,11 +175,4 @@ module.exports = class extends Generator {
);
}
install() {
this.installDependencies({
npm: true,
bower: false,
yarn: false,
});
}
};

View File

@ -1,6 +1,6 @@
{
"name": "generator-joplin",
"version": "2.9.0",
"version": "2.9.1",
"description": "Scaffolds out a new Joplin plugin",
"homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin",
"author": {
@ -25,7 +25,7 @@
"dependencies": {
"chalk": "2.4.2",
"slugify": "1.6.5",
"yeoman-generator": "2.0.5",
"yeoman-generator": "5.7.0",
"yosay": "2.0.2"
},
"devDependencies": {

1004
yarn.lock

File diff suppressed because it is too large Load Diff