dragselect
Advanced tools
Comparing version 1.7.22 to 1.7.23
@@ -1,2 +0,2 @@ | ||
# 1.7.21 | ||
# 1.7.21-23 | ||
@@ -3,0 +3,0 @@ - fix issue with getCursorPositionDifference for single clicks. See [#13](https://github.com/ThibaultJanBeyer/DragSelect/issues/13). Big thanks to [@RealTJ](https://github.com/RealTJ) for the help |
@@ -15,4 +15,11 @@ # Don‘t do this if you are not project owner! | ||
Tipically you don’t have to do this, since you most likely are not the project owner. | ||
But if you are the project owner, after thorough testings & having pushed everything, you can deploy a new version using: | ||
But if you are the project owner: | ||
1. do thorough testing | ||
2. bump version in .js file | ||
3. run `gulp` | ||
4. pushed everything | ||
5. you can deploy a new version using: | ||
``` | ||
@@ -19,0 +26,0 @@ npm run deploy |
@@ -1,2 +0,2 @@ | ||
// v 1.7.21 | ||
// v 1.7.23 | ||
/* | ||
@@ -3,0 +3,0 @@ ____ _____ __ __ |
{ | ||
"name": "dragselect", | ||
"version": "1.7.22", | ||
"version": "1.7.23", | ||
"description": "easy javascript drag select functionality for your projects", | ||
@@ -5,0 +5,0 @@ "main": "./dist/ds.min.js", |
@@ -1,2 +0,2 @@ | ||
// v 1.7.21 | ||
// v 1.7.23 | ||
/* | ||
@@ -3,0 +3,0 @@ ____ _____ __ __ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1240973