Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 11, 2014
1 parent 39f2b5d commit dbad2e1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

1.1.2 / 2014-02-10
==================

* package: rename to "component-emitter"
* package: update "main" and "component" fields
* Add license to Readme (same format as the other components)
* created .npmignore
* travis stuff

1.1.1 / 2013-12-01
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"emitter",
"events"
],
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/component/emitter",
Expand Down
11 changes: 8 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "emitter",
"repo": "component/emitter",
"description": "Event emitter",
"keywords": ["emitter", "events"],
"version": "1.1.1",
"scripts": ["index.js"],
"keywords": [
"emitter",
"events"
],
"version": "1.1.2",
"scripts": [
"index.js"
],
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "component-emitter",
"description": "Event emitter",
"version": "1.1.1",
"version": "1.1.2",
"devDependencies": {
"mocha": "*",
"should": "*"
Expand Down

0 comments on commit dbad2e1

Please sign in to comment.