We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6117ca1 commit 0306572Copy full SHA for 0306572
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unityscript",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"author": "paishee",
5
"description": "A JavaScript-to-C# Compiler for Unity",
6
"repository": {
@@ -25,7 +25,9 @@
25
"stews",
26
"games",
27
"gamedev",
28
- "unityscript"
+ "unityscript",
29
+ "compiler",
30
+ "transpiler"
31
],
32
"homepage": "https://github.com/paishee/unityscript",
33
"main": "src/Workspace/index.js"
0 commit comments