Skip to content

Commit

Permalink
v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Aug 13, 2013
1 parent a95c391 commit 649fac6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 41 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PubSubJS",
"version": "1.3.9",
"version": "1.3.10",

This comment has been minimized.

Copy link
@joscha

joscha Aug 13, 2013

Contributor

This version number is not yet reflected in the JS file

This comment has been minimized.

Copy link
@mroderick

mroderick Aug 13, 2013

Author Owner

Well spotted!

"main": "src/pubsub.js",
"ignore": [
"**/.*",
Expand Down
74 changes: 34 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,36 @@
{
"name": "pubsub-js",
"version": "1.3.9",
"description": "Dependency free publish/subscribe library",
"main": "./src/pubsub.js",
"directories": {
"lib": "src",
"test": "test"
},

"scripts": {
"test": "grunt test"
},

"repository": {
"type": "git",
"url": "git://github.com/mroderick/PubSubJS.git"
},

"keywords": [
"pub/sub",
"pubsub",
"publish/subscribe",
"publish",
"subscribe"
],

"author": {
"name": "Morgan Roderick",
"email": "[email protected]",
"url": "http://roderick.dk"
},

"license": "MIT",

"devDependencies": {
"buster": "0.6.x",
"grunt": "0.4.0",
"grunt-jslint": "0.2.5",
"grunt-buster": "0.1.2"
}
"name": "pubsub-js",
"version": "1.3.10",
"description": "Dependency free publish/subscribe library",
"main": "./src/pubsub.js",
"directories": {
"lib": "src",
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/mroderick/PubSubJS.git"
},
"keywords": [
"pub/sub",
"pubsub",
"publish/subscribe",
"publish",
"subscribe"
],
"author": {
"name": "Morgan Roderick",
"email": "[email protected]",
"url": "http://roderick.dk"
},
"license": "MIT",
"devDependencies": {
"buster": "0.6.x",
"grunt": "0.4.0",
"grunt-jslint": "0.2.5",
"grunt-buster": "0.1.2"
}
}

0 comments on commit 649fac6

Please sign in to comment.