Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dfd217d

Browse files
chore(version): updated version to 0.0.2
1 parent fecfea8 commit dfd217d

File tree

2 files changed

+36
-28
lines changed

2 files changed

+36
-28
lines changed

‎.vscode/tasks.json‎

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
// See https://go.microsoft.com/fwlink/?LinkId=733558
2-
// for the documentation about the tasks.json format
31
{
4-
"version": "2.0.0",
5-
"tasks": [
6-
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
75
"label": "watch",
86
"dependsOn": [
97
"npm: watch:tsc",
@@ -29,7 +27,7 @@
2927
"reveal": "never"
3028
}
3129
},
32-
{
30+
{
3331
"type": "npm",
3432
"script": "watch:tsc",
3533
"group": "build",
@@ -41,24 +39,34 @@
4139
"reveal": "never"
4240
}
4341
},
44-
{
45-
"type": "npm",
46-
"script": "watch-tests",
47-
"problemMatcher": "$tsc-watch",
48-
"isBackground": true,
49-
"presentation": {
50-
"reveal": "never",
51-
"group": "watchers"
52-
},
53-
"group": "build"
54-
},
55-
{
56-
"label": "tasks: watch-tests",
57-
"dependsOn": [
58-
"npm: watch",
59-
"npm: watch-tests"
60-
],
61-
"problemMatcher": []
62-
}
63-
]
64-
}
42+
{
43+
"type": "npm",
44+
"script": "watch-tests",
45+
"problemMatcher": "$tsc-watch",
46+
"isBackground": true,
47+
"presentation": {
48+
"reveal": "never",
49+
"group": "watchers"
50+
},
51+
"group": "build"
52+
},
53+
{
54+
"label": "tasks: watch-tests",
55+
"dependsOn": [
56+
"npm: watch",
57+
"npm: watch-tests"
58+
],
59+
"problemMatcher": []
60+
},
61+
{
62+
"label": "package-vsix",
63+
"type": "shell",
64+
"command": "npx vsce package",
65+
"problemMatcher": [],
66+
"presentation": {
67+
"reveal": "always"
68+
},
69+
"group": "build"
70+
}
71+
]
72+
}

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neuma-api-flutter",
33
"displayName": "Neuma API Flutter",
44
"description": "Transform JSON collection to folders with request and response model",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/abelherl/neuma-api-flutter.git"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /