Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed May 22, 2019
1 parent 6e7b389 commit 493062c
Show file tree
Hide file tree
Showing 4 changed files with 5,756 additions and 3,059 deletions.
2 changes: 1 addition & 1 deletion docs/html5sortable.js
Expand Up @@ -401,8 +401,8 @@ var sortable = (function () {
* @param {string} placeholderClasses a string representing the classes that should be added to the placeholder
*/
var _makePlaceholder = (function (sortableElement, placeholder, placeholderClass) {
if (placeholderClass === void 0) { placeholderClass = 'sortable-placeholder'; }
var _a;
if (placeholderClass === void 0) { placeholderClass = 'sortable-placeholder'; }
if (!(sortableElement instanceof HTMLElement)) {
throw new Error('You must provide a valid element as a sortable.');
}
Expand Down
3 changes: 2 additions & 1 deletion make-release.sh
Expand Up @@ -33,4 +33,5 @@ git tag "$releaseVersion" latest-release -f
git push origin "$releaseVersion"
git push origin latest-release
git checkout master
#npm publish "https://github.com/lukasoppermann/html5sortable/archive/$releaseVersion.tar.gz"
git push origin master
npm publish "https://github.com/lukasoppermann/html5sortable/archive/$releaseVersion.tar.gz"

0 comments on commit 493062c

Please sign in to comment.