Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thetestgame authored Nov 13, 2023
1 parent 1144b63 commit b4f9dd8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "text-mesh-transformer",
"name": "eco-text-mesh-transformer",
"version": "1.3.3",
"description": "Transformer for TextMesh Rich Text tags",
"homepage": "https://github.com/ayecue/text-mesh-transformer",
"description": "Transformer for Eco's TextMeshPro tags",
"homepage": "https://github.com/StrangeLoopGames/EcoTextMeshProTransformer",
"main": "dist/index",
"typings": "dist/index",
"repository": {
"type": "git",
"url": "[email protected]:ayecue/text-mesh-transformer.git"
"url": "[email protected]:StrangeLoopGames/EcoTextMeshProTransformer.git"
},
"author": {
"name": "ayecue",
"email": "soerenwehmeier@googlemail.com"
"name": "Strange Loop Games",
"email": "support@strangeloopgames.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ayecue/text-mesh-transformer/blob/master/LICENSE-MIT"
"url": "https://github.com/StrangeLoopGames/EcoTextMeshProTransformer/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/ayecue/text-mesh-transformer/issues"
"url": "https://github.com/StrangeLoopGames/EcoTextMeshProTransformer/issues"
},
"scripts": {
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit b4f9dd8

Please sign in to comment.