Skip to content

Commit

Permalink
Update devDependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
georapbox committed Dec 30, 2016
1 parent 5348e9c commit 6653fe7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 17 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v2.0.2
- Keep devDependencies up to date.

## v2.0.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion dist/pubsub.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 19 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
{
"name": "PubSub",
"version": "2.0.1",
"author": "George Raptis <[email protected]>",
"version": "2.0.2",
"description": "Javascript implementation of the Publish/Subscribe pattern.",
"homepage": "https://github.com/georapbox/PubSub",
"repository": {
"type": "git",
"url": "[email protected]:georapbox/PubSub.git"
},
"license": "(MIT)",
"main": "src/pubsub.js",
"scripts": {
"minify": "grunt build",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com:georapbox/PubSub.git"
},
"keywords": ["subscribe", "publish", "publish/subscribe", "pubsub", "pub/sub", "event", "emitter", "eventemitter"],
"author": "George Raptis <[email protected]> (georapbox.github.io)",
"license": "(MIT)",
"bugs": {
"url": "https://github.com/georapbox/PubSub/issues"
},
"homepage": "https://github.com/georapbox/PubSub#readme",
"devDependencies": {
"jasmine-core": "~2.4.1",
"karma": "~0.13.22",
"karma-chrome-launcher": "~1.0.1",
"jasmine-core": "~2.5.2",
"karma": "~1.3.0",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.0",
"karma-firefox-launcher": "~1.0.0",
"karma-htmlfile-reporter": "~0.2.2",
"karma-htmlfile-reporter": "~0.3.4",
"karma-ie-launcher": "~1.0.0",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "~1.0.0",
"phantomjs-prebuilt": "~2.1.7",
"karma-phantomjs-launcher": "~1.0.2",
"phantomjs-prebuilt": "~2.1.14",
"grunt-cli": "~1.2.0",
"grunt": "~1.0.1",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-uglify": "~2.0.0",
"grunt-remove-logging": "~0.2.0"
}
}
2 changes: 1 addition & 1 deletion src/pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* PubSub.js
* Javascript implementation of the Publish/Subscribe pattern.
*
* @version 2.0.1
* @version 2.0.2
* @author George Raptis (https://github.com/georapbox)
* @homepage https://github.com/georapbox/PubSub
* @repository [email protected]:georapbox/PubSub.git
Expand Down

0 comments on commit 6653fe7

Please sign in to comment.