UNPKG
@apache-royale/royale-js-swf
Version:
latest (0.9.12)
0.9.12
0.9.11
0.9.9
0.9.8
0.9.7
0.9.6
0.9.6-beta9
0.9.6-beta8
0.9.6-beta7
0.9.6-beta6
0.9.6-beta5
0.9.6-beta4
0.9.6-beta3
0.9.6-beta2
0.9.6-beta10
0.9.6-beta1
0.9.6-beta0
0.9.4
0.9.3
0.9.1
0.9.1-2
0.9.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Apache Royale (formerly FlexJS)
royale.apache.org
@apache-royale/royale-js-swf
/
royale-asjs
/
frameworks
/
themes
/
Basic
/
.vscode
/
tasks.json
8 lines
•
199 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
// for the documentation about the tasks.json format
"version"
:
"0.1.0"
,
"command"
:
"mvn"
,
"args"
:
[
"clean"
,
"install"
,
"-DskipTests"
]
,
"isShellCommand"
:
true
,
"showOutput"
:
"always"
}