@three11/debounce
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "@three11/debounce", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Debounce multiple function executions", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel src -d dist" | ||
}, | ||
"repository": { | ||
@@ -38,3 +41,9 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/three11/debounce#readme" | ||
"homepage": "https://github.com/three11/debounce#readme", | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0-beta.42", | ||
"@babel/core": "^7.0.0-beta.42", | ||
"@babel/preset-env": "^7.0.0-beta.42", | ||
"@babel/preset-stage-2": "^7.0.0-beta.42" | ||
} | ||
} |
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
107124
7
47
4