Skip to content

Commit 7e78929

Browse files
committed
v1.5.1
1 parent c3a9d11 commit 7e78929

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PubSubJS",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"main": "src/pubsub.js",
55
"ignore": [
66
"**/.*",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "pubsub-js",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Dependency free publish/subscribe library",
55
"main": "./src/pubsub.js",
66
"directories": {
77
"lib": "src",
88
"test": "test"
99
},
1010
"scripts": {
11-
"lint": "$(npm bin)/jslint src/**/*.js test/**/*.js",
11+
"lint": "$(npm bin)/jslint src/**/*.js test/**/*.js",
1212
"test": "npm run lint && $(npm bin)/grunt test"
1313
},
1414
"repository": {
@@ -37,4 +37,4 @@
3737
"jslint": "0.7.2",
3838
"phantomjs": "1.9.13"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)