Skip to content

Commit

Permalink
Remove bower, update history, release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vendethiel committed Apr 15, 2019
1 parent 3ab04d3 commit 6bd7817
Showing 4 changed files with 13 additions and 24 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

1.3.0 / 2018-04-15
==================

* removed bower support
* expose emitter on `exports`
* prevent de-optimization from using `arguments`

1.2.1 / 2016-04-18
==================

21 changes: 0 additions & 21 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"emitter",
"events"
],
"version": "1.2.0",
"version": "1.3.0",
"scripts": [
"index.js"
],
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "component-emitter",
"description": "Event emitter",
"version": "1.2.1",
"version": "1.3.0",
"license": "MIT",
"devDependencies": {
"mocha": "*",
@@ -20,5 +20,8 @@
"scripts": {
"test": "make test"
},
"files": ["index.js", "LICENSE"]
"files": [
"index.js",
"LICENSE"
]
}

0 comments on commit 6bd7817

Please sign in to comment.