1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-08 12:05:47 +02:00

Fixed a contrib.json error

This commit is contained in:
heff 2015-09-25 11:23:28 -04:00
parent 0b7cf586c2
commit f6dca78c5e

View File

@ -249,7 +249,7 @@
[ "npm publish", "Publish to npm" ],
[ "grunt github-release", "Create a new release on Github" ],
[ "git checkout stable", "Checkout the developmet branch" ],
[ "git branch -D temp-release-branch", "Delete the temp release branch" ],
[ "git branch -D temp-release-branch", "Delete the temp release branch" ]
]
}
},