Skip to content

Commit 9d565f8

Browse files
committed
Version bump.
Changed package name. Updated package for deploying to NPM.
1 parent 5497859 commit 9d565f8

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

package.json

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
2-
"name": "com.candycoded.arfoundation-components",
2+
"name": "xyz.candycoded.arfoundation-components",
33
"displayName": "ARFoundation-Components",
4-
"version": "2.1.0",
4+
"version": "3.0.0",
55
"unity": "2019.2",
6+
"unityRelease": "4f1",
67
"description": "Generic components for use with ARFoundation",
7-
"keywords": [
8-
"components",
9-
"extensions",
10-
"ar",
11-
"arcore",
12-
"arkit"
13-
],
8+
"license": "MIT",
149
"dependencies": {
1510
"xyz.candycoded.candycoded": "https://github.com/CandyCoded/CandyCoded.git#v3.0.2",
1611
"com.unity.modules.animation": "1.0.0",
@@ -20,5 +15,22 @@
2015
"com.unity.modules.xr": "1.0.0",
2116
"com.unity.ugui": "1.0.0",
2217
"com.unity.xr.arfoundation": "3.0.0-preview.3"
18+
},
19+
"keywords": [
20+
"components",
21+
"extensions",
22+
"ar",
23+
"arcore",
24+
"arkit"
25+
],
26+
"author": {
27+
"name": "Scott Doxey",
28+
"email": "[email protected]",
29+
"homepage": "http://scottdoxey.com/"
30+
},
31+
"homepage": "https://github.com/CandyCoded/ARFoundation-Components",
32+
"repository": {
33+
"type": "git",
34+
"url": "[email protected]:CandyCoded/ARFoundation-Components.git"
2335
}
2436
}

0 commit comments

Comments
 (0)