Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Mar 2, 2015
1 parent c3a9d11 commit 7e78929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5.0",
"version": "1.5.1",
"main": "src/pubsub.js",
"ignore": [
"**/.*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pubsub-js",
"version": "1.5.0",
"version": "1.5.1",
"description": "Dependency free publish/subscribe library",
"main": "./src/pubsub.js",
"directories": {
"lib": "src",
"test": "test"
},
"scripts": {
"lint": "$(npm bin)/jslint src/**/*.js test/**/*.js",
"lint": "$(npm bin)/jslint src/**/*.js test/**/*.js",
"test": "npm run lint && $(npm bin)/grunt test"
},
"repository": {
Expand Down Expand Up @@ -37,4 +37,4 @@
"jslint": "0.7.2",
"phantomjs": "1.9.13"
}
}
}

0 comments on commit 7e78929

Please sign in to comment.