generated from CareBoo/UPMTemplate-2020
-
Notifications
You must be signed in to change notification settings - Fork 15
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
7414fe0
commit a0800bc
Showing
1 changed file
with
2 additions
and
2 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,14 +1,14 @@ | ||
{ | ||
"name": "com.careboo.unity-algorand-sdk", | ||
"displayName": "Unity Algorand SDK", | ||
"displayName": "Algorand SDK", | ||
"version": "1.0.0-exp.2", | ||
"unity": "2020.3", | ||
"description": "WARNING: This package has not been audited and it should not be used in a production environment.", | ||
"dependencies": { | ||
"com.unity.collections": "1.0.0-pre.3" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://npm.pkg.github.com/@careboo" | ||
"registry": "https://npm.pkg.github.com/@CareBoo" | ||
}, | ||
"type": "tool" | ||
} |