Skip to content

Commit 398474a

Browse files
committed
update package to include needed folder for package generation
1 parent 6b15157 commit 398474a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
/cmake-build-debug
1212
/cmake-build-release
1313
/out/*
14+
15+
# build packages
16+
/com.strangeloopgames.nativetime*.tgz

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "com.strangeloopgames.nativetime",
33
"displayName": "NativeTime",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2020.3",
66
"author": {
77
"name": "Strange Loop Games",
88
"email": "[email protected]",
99
"url": "https://github.com/StrangeLoopGames/NativeTime"
1010
},
11-
"description": "NativeTime is a bust compatible high resolution timer",
11+
"description": "NativeTime is a burst compatible high resolution timer",
1212
"keywords": [
1313
"NativeTime",
1414
"stopwatch",
@@ -18,5 +18,13 @@
1818
"dependencies": {
1919
"com.unity.collections": "0.1.0"
2020
},
21-
"resolutionStrategy": "highest"
21+
"resolutionStrategy": "highest",
22+
"files": [
23+
"LICENSE",
24+
"LICENSE.meta",
25+
"README.md",
26+
"README.md.meta",
27+
"Runtime.meta",
28+
"Runtime/*"
29+
]
2230
}

0 commit comments

Comments
 (0)