Skip to content

Commit

Permalink
mod:
Browse files Browse the repository at this point in the history
1. add node.js latest version to build
2. update version and change log
  • Loading branch information
johvin committed Jan 12, 2017
1 parent bf55559 commit 6ca4819
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- "4"
- "5"
- "6"
- "node"
script:
- "npm run cov"
after_script:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.3] - 2016-01-05
### Fixed
- fix the bug that the path like /path/to/node_modules/node_modules is excluded from the lookup paths

## [1.0.2] - 2016-01-05
### Changed
- fix the bug that it's unable to resolve non-relative path modules when current working directory is subdirectory of the project root directory.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"license": "MIT",
"name": "eslint-import-resolver-alias",
"version": "1.0.2",
"version": "1.0.3",
"description": "a simple Node behavior import resolution plugin for eslint-plugin-import, supporting module alias.",
"scripts": {
"test": "mocha test/test.js --require test/setup.js",
Expand Down

0 comments on commit 6ca4819

Please sign in to comment.