diff --git a/bower.json b/bower.json index 020d3b8..96d470c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "PubSubJS", - "version": "1.5.0", + "version": "1.5.1", "main": "src/pubsub.js", "ignore": [ "**/.*", diff --git a/package.json b/package.json index 6c873d6..69d2a88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pubsub-js", - "version": "1.5.0", + "version": "1.5.1", "description": "Dependency free publish/subscribe library", "main": "./src/pubsub.js", "directories": { @@ -8,7 +8,7 @@ "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": { @@ -37,4 +37,4 @@ "jslint": "0.7.2", "phantomjs": "1.9.13" } -} +} \ No newline at end of file