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:
parent
d93a210de6
commit
089b53e514
@ -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,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user