Skip to content

Commit

Permalink
#1.1.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
BelicusBr committed Jan 25, 2024
1 parent 02341b0 commit 42afda6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "com.cobilas.unity.editorterminal",
"version": "1.0.2",
"description": "Pacote para unity3d que adiciona um terminal.",
"description": "Package for unity3d that adds a terminal.",
"displayName": "Unity Editor Terminal",
"type": "tool",
"unity": "2017.4",
"licensesUrl": "https://github.com/BelicusBr/com.cobilas.unity.editorterminal/blob/main/LICENSE.md",
"changelogUrl": "https://github.com/BelicusBr/com.cobilas.unity.editorterminal/blob/main/CHANGELOG.md",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"init_pack": "npm pack --pack-destination C:/local.npm"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 42afda6

Please sign in to comment.