feature(bower) emitify v1.3.0

This commit is contained in:
coderaiser 2015-09-30 06:02:01 -04:00
parent 50d698a985
commit 3e148bf4ec
16 changed files with 79 additions and 41 deletions

View file

@ -1,10 +1,10 @@
{
"name": "emitify",
"version": "1.2.0",
"version": "1.3.0",
"description": "dead simple event emitter",
"main": "lib/emitify.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "tape test/*.js"
},
"repository": {
"type": "git",
@ -19,5 +19,8 @@
"bugs": {
"url": "https://github.com/coderaiser/emitify/issues"
},
"homepage": "https://github.com/coderaiser/emitify"
"homepage": "https://github.com/coderaiser/emitify",
"devDependencies": {
"tape": "~4.2.0"
}
}