Updated versioning, package-lock.json
This commit is contained in:
parent
3d19819fb2
commit
02a8a7e6eb
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "joplin-plugin-event-calendar",
|
"name": "joplin-plugin-event-calendar",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "joplin-plugin-event-calendar",
|
"name": "joplin-plugin-event-calendar",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"date-fns": "^2.28.0",
|
"date-fns": "^2.28.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "joplin-plugin-event-calendar",
|
"name": "joplin-plugin-event-calendar",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
|
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 1,
|
"manifest_version": 1,
|
||||||
"id": "com.wemakemachines.joplin.plugin.event-calendar",
|
"id": "com.wemakemachines.joplin.plugin.event-calendar",
|
||||||
"app_min_version": "2.7",
|
"app_min_version": "2.7",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"name": "Event Calendar",
|
"name": "Event Calendar",
|
||||||
"description": "A simple event calendar",
|
"description": "A simple event calendar",
|
||||||
"author": "Franco Speziali",
|
"author": "Franco Speziali",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user