shake-detector
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "shake-detector", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Mobile device shakes detection", | ||
@@ -26,5 +26,6 @@ "keywords": [ | ||
"rollup-plugin-node-resolve": "5.2.0", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"ts-jest": "^26.5.0", | ||
"tslib": "^2.1.0", | ||
"rollup-plugin-typescript": "1.0.1", | ||
"jest": "26.6.3", | ||
"ts-jest": "26.5.0", | ||
"tslib": "2.1.0", | ||
"typedoc": "^0.20.19", | ||
@@ -38,3 +39,5 @@ "typescript": "^4.1.3" | ||
"declarations": "tsc --emitDeclarationOnly", | ||
"postversion": "npm run build && npm publish && git push && git push --tags" | ||
"postversion": "npm run build && npm publish", | ||
"deploy-patch": "npm version patch", | ||
"deploy-minor": "npm version minor" | ||
}, | ||
@@ -41,0 +44,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
48523
11