Skip to content

Commit

Permalink
Merge branch 'release-2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 26, 2017
2 parents c31ac59 + 28ada73 commit e1cefff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="2.0.1"></a>
## [2.0.1](https://github.com/poppinss/youch/compare/v2.0.0...v2.0.1) (2017-01-26)


### Bug Fixes

* **package:** fix path to main file ([5ad3b4a](https://github.com/poppinss/youch/commit/5ad3b4a))



<a name="2.0.0"></a>
# 2.0.0 (2017-01-26)

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "youch",
"version": "2.0.0",
"version": "2.0.1",
"description": "HTML Pretty error stack viewer",
"main": "index.js",
"bin": {
"youch": "tasks.js"
"youch": "src/Youch/index.js"
},
"directories": {
"example": "examples"
Expand Down

0 comments on commit e1cefff

Please sign in to comment.