Skip to content

Commit

Permalink
Fix package name to include 'company' part
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianBlokland committed Jul 22, 2019
1 parent a08b8d1 commit c785dec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .example/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.enumgenerator": "file:../../",
"com.bastianblokland.enumgenerator": "file:../../",
"com.unity.package-manager-ui": "2.0.7",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
.example/obj/
.example/*.csproj
.example/*.sln
.example/.vscode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ having to hard code values, this tool allows you to generate that enum.

```
"dependencies": {
"com.enumgenerator": "https://github.com/BastianBlokland/enum-generator-unity.git",
"com.bastianblokland.enumgenerator": "https://github.com/BastianBlokland/enum-generator-unity.git",
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "com.enumgenerator",
"name": "com.bastianblokland.enumgenerator",
"displayName": "Enum Generator",
"author": "Bastian Blokland",
"version": "1.0.0",
Expand Down

0 comments on commit c785dec

Please sign in to comment.