d-before-unload
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "d-before-unload", | ||
"description": "Derby component to stop page from unloading when it has pending operations", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "index.js", | ||
@@ -12,6 +12,6 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git://github.com/codeparty/d-before-unload.git" | ||
"url": "git://github.com/derbyjs/d-before-unload.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/codeparty/d-before-unload/issues" | ||
"url": "https://github.com/derbyjs/d-before-unload/issues" | ||
}, | ||
@@ -21,3 +21,7 @@ "author": "Nate Smith", | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
"devDependencies": {}, | ||
"homepage": "https://github.com/derbyjs/d-before-unload#readme", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1384