Skip to content

Commit 712f218

Browse files
committed
Updated info
1 parent f17ce14 commit 712f218

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

package.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"name": "com.overimagined.singleton",
3-
"displayName": "Singleton",
4-
"version": "1.0.1",
5-
"description": "Singleton base class for MonoBehaviour and plain c# class",
6-
"keywords": [
7-
"Singleton"
8-
],
9-
"category": "Common",
10-
"dependencies": {
11-
"com.unity.ugui": "1.0.0"
12-
},
13-
"documentationUrl": "https://github.com/mic-code/Singleton",
14-
"repository": {
15-
"url": "git+https://github.com/mic-code/Singleton.git",
16-
"type": "git"
17-
}
18-
}
2+
"name": "com.overimagined.singleton",
3+
"displayName": "Singleton",
4+
"version": "1.0.0",
5+
"description": "Singleton base class for MonoBehaviour and plain c# class",
6+
"license": "MIT",
7+
"keywords": [
8+
"unity",
9+
"pattern",
10+
"singleton"
11+
],
12+
"dependencies": {
13+
"com.unity.ugui": "1.0.0"
14+
},
15+
"documentationUrl": "https://github.com/mic-code/Singleton",
16+
"licensesUrl": "https://github.com/mic-code/Singleton/blob/master/LICENSE",
17+
"author": {
18+
"name": "Michael Yuen",
19+
"email": "michael@overimagined.com",
20+
"url": "https://www.overimagined.com"
21+
}
22+
}

0 commit comments

Comments
 (0)