From 4a10e10e91985ac083edcbb2aaffcf12cdf5e1ab Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Mon, 7 Mar 2022 17:48:45 +0100 Subject: [PATCH] [unity] Corrected spine-csharp package.json file, it contained `src` as folders directory (where it already resides). --- spine-csharp/src/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/spine-csharp/src/package.json b/spine-csharp/src/package.json index 106d9ffe81..5ca1e0caf0 100644 --- a/spine-csharp/src/package.json +++ b/spine-csharp/src/package.json @@ -11,9 +11,6 @@ }, "dependencies": { }, - "files": [ - "src" - ], "repository": { "type": "git", "url": "git@github.com:EsotericSoftware/spine-runtimes.git"