Skip to content

Commit 6ca4819

Browse files
committed
mod:
1. add node.js latest version to build 2. update version and change log
1 parent bf55559 commit 6ca4819

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_js:
44
- "4"
55
- "5"
66
- "6"
7+
- "node"
78
script:
89
- "npm run cov"
910
after_script:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.0.3] - 2016-01-05
8+
### Fixed
9+
- fix the bug that the path like /path/to/node_modules/node_modules is excluded from the lookup paths
10+
711
## [1.0.2] - 2016-01-05
812
### Changed
913
- fix the bug that it's unable to resolve non-relative path modules when current working directory is subdirectory of the project root directory.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"license": "MIT",
77
"name": "eslint-import-resolver-alias",
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"description": "a simple Node behavior import resolution plugin for eslint-plugin-import, supporting module alias.",
1010
"scripts": {
1111
"test": "mocha test/test.js --require test/setup.js",

0 commit comments

Comments
 (0)