Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 28, 2017
2 parents 1106fe0 + 37c972a commit e3f8329
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.2"></a>
## [1.0.2](https://github.com/adonisjs/adonis-sink/compare/v1.0.1...v1.0.2) (2017-04-28)


### Bug Fixes

* **resolver:** fix invalid require statement ([758f128](https://github.com/adonisjs/adonis-sink/commit/758f128))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/adonisjs/adonis-sink/compare/v1.0.0...v1.0.1) (2017-04-22)

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const setupResolver = function (directories, appNamespace = 'App') {
commands: 'Commands'
}

const { resolver } = require('resolver')
const { resolver } = require('adonis-fold')
resolver.directories(_.merge(defaultDirectories, directories))
resolver.appNamespace(appNamespace)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis-sink",
"version": "1.0.1",
"version": "1.0.2",
"description": "Development kitchen sink for writing adonisjs providers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e3f8329

Please sign in to comment.