Skip to content

Commit d2c7e89

Browse files
Allow2CEOruvnet
andcommitted
fix: strip UTF-8 BOM and update root package.json metadata
Root package.json had a UTF-8 BOM (EF BB BF) causing OpenUPM JSON parse error "Unrecognized token 'ï'". Also replaced stale Unity Ads template metadata with correct Allow2 SDK values matching com.allow2.sdk/package.json. Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent fdb8683 commit d2c7e89

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

package.json

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
1-
{
2-
"category": "AssetStore/Unity",
3-
"description": "Allow2 Parental Freedom.",
4-
"gitHead": "0d2114387a99011be685886f8ea902242e323e70",
1+
{
2+
"name": "com.allow2.sdk",
3+
"version": "2.0.0-alpha.1",
4+
"displayName": "Allow2 Parental Freedom SDK",
5+
"description": "Allow2 Parental Freedom enforcement for Unity games and apps.",
6+
"category": "Services",
57
"keywords": [
68
"allow2",
9+
"parental",
10+
"freedom",
711
"child",
812
"children",
9-
"control",
1013
"family",
11-
"freedom",
1214
"gaming",
13-
"limit",
14-
"limits",
15-
"parental",
16-
"parental-control",
17-
"quota",
18-
"social",
19-
"social-network",
20-
"time",
2115
"time-limit",
22-
"unity"
16+
"screen-time",
17+
"quota"
2318
],
24-
"name": "com.allow2.allow2",
25-
"repoPackagePath": "build/install/com.allow2.ads",
19+
"author": {
20+
"name": "Allow2 Pty Ltd",
21+
"email": "support@allow2.com",
22+
"url": "https://allow2.com"
23+
},
2624
"repository": {
2725
"type": "git",
28-
"url": "ssh://git@github.com/Unity-Technologies/com.unity.ads.git"
26+
"url": "https://github.com/Allow2/allow2unity.git"
2927
},
30-
"unity": "2017.4",
31-
"version": "0.1.0"
28+
"unity": "2021.3",
29+
"license": "MIT"
3230
}

0 commit comments

Comments
 (0)