Skip to content

Commit

Permalink
fix: Rename package displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusMoura17 committed Jan 30, 2023
1 parent dd7ab54 commit ee2a5d7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Assets/Package/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
{
"name": "com.hgs.float-point-system",
"version": "2.0.0",
"displayName": "Float Point Behaviour",
"description": "Instancie facilmente pontos flutantes de UI/Text customizados.",
"displayName": "HGS Float Point",
"description": "Add float points based on Scriptable Objects",
"unity": "2020.1",
"keywords": [
"Float",
"Point",
"Behaviour"
"Point"
],
"author": {
"name": "Homy Game Studio",
"email": "contato@homygamestudio.com"
},
"dependencies": {
"com.hgs.shared-utils": "https://github.com/homy-game-studio/hgs-unity-shared-utils.git#3.0.0",
"com.demigiant.dotween": "1.2.42",
"com.unity.textmeshpro": "3.0.6"
}
}
}

0 comments on commit ee2a5d7

Please # to comment.