We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a9d11 commit 7e78929Copy full SHA for 7e78929
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "PubSubJS",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"main": "src/pubsub.js",
5
"ignore": [
6
"**/.*",
package.json
@@ -1,14 +1,14 @@
"name": "pubsub-js",
"description": "Dependency free publish/subscribe library",
"main": "./src/pubsub.js",
"directories": {
7
"lib": "src",
8
"test": "test"
9
},
10
"scripts": {
11
- "lint": "$(npm bin)/jslint src/**/*.js test/**/*.js",
+ "lint": "$(npm bin)/jslint src/**/*.js test/**/*.js",
12
"test": "npm run lint && $(npm bin)/grunt test"
13
14
"repository": {
@@ -37,4 +37,4 @@
37
"jslint": "0.7.2",
38
"phantomjs": "1.9.13"
39
}
40
-}
+}
0 commit comments