Skip to content

Commit

Permalink
NPM distribution (#9)
Browse files Browse the repository at this point in the history
* Update package.json

* package version bump

* package.json typo

* package.json typo

* added *.unitypackage in gitignore
  • Loading branch information
vangogih authored Apr 11, 2024
1 parent e6533bd commit 46681df
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ MigrationBackup/
# End of https://www.toptal.com/developers/gitignore/api/csharp

### Unity ###
/*.unitypackage
FastMigrations.Unity/[Ll]ibrary/
FastMigrations.Unity/[Tt]emp/
FastMigrations.Unity/[Oo]bj/
Expand Down
11 changes: 7 additions & 4 deletions FastMigrations.Unity/Assets/FastMigrations/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "vangogih.fastmigrations.json",
{
"name": "io.vangogih.fastmigrations",
"displayName": "Fast Migrations",
"version": "1.0.0",
"version": "1.0.2",
"unity": "2019.4",
"description": "The extra fast, minimum code size, unity compatible plugin for data migrations using Newtonsoft Json.Net.",
"keywords": ["unity", "dotnet", "json", "migration", "json migration"],
"license": "MIT",
"documentationUrl": "https://github.com/vangogih/FastMigrations.Json.Net/tree/master",
"changelogUrl": "https://github.com/vangogih/FastMigrations.Json.Net/releases",
"licensesUrl": "https://github.com/vangogih/FastMigrations.Json.Net/blob/master/LICENSE"
"licensesUrl": "https://github.com/vangogih/FastMigrations.Json.Net/blob/master/LICENSE",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2"
}
}
7 changes: 7 additions & 0 deletions FastMigrations.Unity/Assets/FastMigrations/package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46681df

Please sign in to comment.