This commit is contained in:
Brandon Nozaki Miller 2016-07-11 03:18:46 -07:00
parent 0a4cfdc11a
commit 186102161d
2 changed files with 2 additions and 2 deletions

2
.tags
View file

@ -44,4 +44,4 @@ type package.json /^ "type": "git",$/;" f
unsub event-pubsub.js /^function unsub(type,handler){$/;" f
url package.json /^ "url": "https:\/\/github.com\/RIAEvangelist\/event-pubsub.git"$/;" f
url package.json /^ "url": "https:\/\/github.com\/RIAEvangelist\/event-pubsub\/issues"$/;" f
version package.json /^ "version": "1.0.3",$/;" f
version package.json /^ "version": "1.0.5",$/;" f

View file

@ -1,6 +1,6 @@
{
"name": "event-pubsub",
"version": "1.0.3",
"version": "1.0.5",
"description": "Pubsub events for Node and the browser allowing event scoping and multiple scopes. Easy for any developer level. No frills, just high speed pubsub events!",
"main": "event-pubsub.js",
"directories": {