Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit 52357a4

Browse files
author
Nick Schmidt
committed
v1.2.0
1 parent 993a716 commit 52357a4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "taskana",
33
"productName": "Taskana",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"description": "Application wrapper for Asana web application",
66
"author": "Nick Schmidt <[email protected]>",
77
"scripts": {
@@ -25,11 +25,13 @@
2525
"**/*"
2626
],
2727
"appId": "com.kreativgebiet.taskana",
28-
"publish": [{
29-
"provider": "github",
30-
"owner": "kreativgebiet",
31-
"repo": "taskana"
32-
}],
28+
"publish": [
29+
{
30+
"provider": "github",
31+
"owner": "kreativgebiet",
32+
"repo": "taskana"
33+
}
34+
],
3335
"mac": {
3436
"category": "public.app-category.social-networking",
3537
"target": [

0 commit comments

Comments
 (0)