1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Tools: Added script to release plugin generator

This commit is contained in:
Laurent Cozic
2020-11-18 10:36:19 +00:00
parent 8e2daef144
commit 52b13f6d56
7 changed files with 47 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "generator-joplin",
"version": "1.4.0",
"version": "1.4.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "generator-joplin",
"version": "1.4.0",
"version": "1.4.4",
"description": "Scaffolds out a new Joplin plugin",
"homepage": "https://joplinapp.org",
"author": {

View File

@@ -3,3 +3,4 @@ set -e
git pull
npm version patch
npm publish