coins-notify
Advanced tools
Comparing version 1.1.0 to 1.1.4
{ | ||
"name": "coins-notify", | ||
"version": "1.1.0", | ||
"version": "1.1.4", | ||
"description": "show notifications in the browser. use 'growl' like notifications first, or notifyjs (jQuery plugin) as the fallback", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "testem ci" | ||
"test": "echo 'please run tests manually via `testem`'", | ||
"preversion": "git checkout master && git pull && npm ls", | ||
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish", | ||
"publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish", | ||
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish" | ||
}, | ||
"pre-commit": ["test"], | ||
"pre-commit": [ | ||
"test" | ||
], | ||
"repository": { | ||
@@ -24,3 +30,3 @@ "type": "git", | ||
"dependencies": { | ||
"notifyjs": "^1.2.5" | ||
"notifyjs": "^1.2.8" | ||
}, | ||
@@ -33,4 +39,4 @@ "devDependencies": { | ||
"tape": "^4.0.0", | ||
"testem": "^0.8.3" | ||
"testem": "^0.9.8" | ||
} | ||
} |
153961
12
Updatednotifyjs@^1.2.8