forked from ayecue/text-mesh-transformer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1144b63
commit b4f9dd8
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|