Skip to content

Commit 99eebf4

Browse files
committed
Merge branch 'feature/upgrade-to-unity-package' of github.com:ashblue/unity-animator-helpers into feature/upgrade-to-unity-package
2 parents f7c145d + 0bc53ab commit 99eebf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.fluid.unity-animator-helpers",
3-
"version": "0.0.0",
3+
"version": "0.0.0-development",
44
"unity": "2019.1",
55
"displayName": "Unity Animator Helpers",
66
"description": "A set of Animator helper scripts to better streamline and handle animation playback",
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "git+https://github.com/ashblue/unity-animator-helpers.git"
26+
"url": "https://github.com/ashblue/unity-animator-helpers.git"
2727
},
2828
"author": {
2929
"name": "Ash Blue",
@@ -49,7 +49,7 @@
4949
"commitizen": "^3.1.1",
5050
"cz-conventional-changelog": "^2.1.0",
5151
"husky": "^2.3.0",
52-
"semantic-release": "^15.13.12",
52+
"semantic-release": "^15.13.30",
5353
"upm-package-populator": "^1.0.0"
5454
},
5555
"config": {

0 commit comments

Comments
 (0)